Skip to content

Commit

Permalink
exporter/prometheus-remote-write: fix test requirements for pypy (#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Jul 10, 2024
1 parent b1b9be0 commit 0b20c95
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 0b20c95

Please sign in to comment.