From 0b20c955faafbd12f661348a6362bb60077a64f2 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 10 Jul 2024 19:31:35 +0200 Subject: [PATCH] exporter/prometheus-remote-write: fix test requirements for pypy (#2692) --- .../test-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt b/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt index a32c442bf..ec8f90336 100644 --- a/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt +++ b/exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt @@ -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