diff --git a/tox.ini b/tox.ini index 3d73d37667..ec5589744d 100644 --- a/tox.ini +++ b/tox.ini @@ -34,11 +34,13 @@ envlist = ; opentelemetry-instrumentation-botocore py3{7,8,9,10,11}-test-instrumentation-botocore - pypy3-test-instrumentation-botocore + ; FIXME: see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1736 + ; pypy3-test-instrumentation-botocore ; opentelemetry-instrumentation-boto3sqs py3{6,7,8,9,10,11}-test-instrumentation-boto3sqs - pypy3-test-instrumentation-boto3sqs + ; FIXME: see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1736 + ; pypy3-test-instrumentation-boto3sqs ; opentelemetry-instrumentation-django ; Only officially supported Python versions are tested for each Django @@ -56,7 +58,8 @@ envlist = ; opentelemetry-instrumentation-boto py3{7,8,9,10,11}-test-instrumentation-boto - pypy3-test-instrumentation-boto + ; FIXME: see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1736 + ; pypy3-test-instrumentation-boto ; opentelemetry-instrumentation-elasticsearch py3{7,8,9,10,11}-test-instrumentation-elasticsearch{2,6}