Skip to content

Commit

Permalink
exporter/prometheus-remote-write: fix test requirements for pypy
Browse files Browse the repository at this point in the history
pypy 3.8 is missing something to being able to work with recent versions
of cramjam so stick to an old version that works fine.
  • Loading branch information
xrmx committed Jul 10, 2024
1 parent 5ff46ac commit 3e062da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
asgiref==3.7.2
certifi==2024.2.2
charset-normalizer==3.3.2
cramjam==2.8.1
# We can drop this after bumping baseline to pypy-39
cramjam==2.1.0; platform_python_implementation == "PyPy"
cramjam==2.8.1; platform_python_implementation != "PyPy"
Deprecated==1.2.14
idna==3.7
importlib-metadata==6.11.0
Expand Down

0 comments on commit 3e062da

Please sign in to comment.