Skip to content

Commit 0b20c95

Browse files
authored
exporter/prometheus-remote-write: fix test requirements for pypy (#2692)
1 parent b1b9be0 commit 0b20c95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
asgiref==3.7.2
22
certifi==2024.2.2
33
charset-normalizer==3.3.2
4-
cramjam==2.8.1
4+
# We can drop this after bumping baseline to pypy-39
5+
cramjam==2.1.0; platform_python_implementation == "PyPy"
6+
cramjam==2.8.1; platform_python_implementation != "PyPy"
57
Deprecated==1.2.14
68
idna==3.7
79
importlib-metadata==6.11.0

0 commit comments

Comments
 (0)