Remove unrelated packages from test requirements (#2559)
* botocore: remove random packages from test-requirements Refs #1736 * boto: remove random packages from test requirements Refs #1736 * tox: re-enable boto3sqs tests with pypy3 * threading: remove confluent-kafka from test requirements
This commit is contained in:
parent
25e429aaf9
commit
bd9156fff8
|
|
@ -1,69 +1,39 @@
|
||||||
annotated-types==0.6.0
|
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
aws-sam-translator==1.85.0
|
|
||||||
aws-xray-sdk==2.12.1
|
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
boto3==1.34.44
|
boto3==1.34.44
|
||||||
botocore==1.34.44
|
botocore==1.34.44
|
||||||
certifi==2024.2.2
|
certifi==2024.2.2
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
cfn-lint==0.85.2
|
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cryptography==42.0.3
|
cryptography==42.0.3
|
||||||
Deprecated==1.2.14
|
Deprecated==1.2.14
|
||||||
docker==7.0.0
|
docker==7.0.0
|
||||||
ecdsa==0.18.0
|
|
||||||
graphql-core==3.2.3
|
|
||||||
idna==3.6
|
idna==3.6
|
||||||
importlib-metadata==6.11.0
|
importlib-metadata==6.11.0
|
||||||
importlib-resources==6.1.1
|
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.4
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
|
||||||
jsondiff==2.0.0
|
|
||||||
jsonpatch==1.33
|
|
||||||
jsonpickle==3.0.2
|
|
||||||
jsonpointer==2.4
|
|
||||||
jsonschema==4.21.1
|
|
||||||
jsonschema-specifications==2023.12.1
|
|
||||||
junit-xml==1.9
|
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
moto==2.3.2
|
moto==2.3.2
|
||||||
mpmath==1.3.0
|
|
||||||
networkx==3.1
|
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pbr==6.0.0
|
|
||||||
pkgutil_resolve_name==1.3.10
|
|
||||||
pluggy==1.4.0
|
pluggy==1.4.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
pyasn1==0.5.1
|
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==2.6.1
|
|
||||||
pydantic_core==2.16.2
|
|
||||||
pytest==7.1.3
|
pytest==7.1.3
|
||||||
pytest-benchmark==4.0.0
|
pytest-benchmark==4.0.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-jose==3.3.0
|
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.33.0
|
|
||||||
regex==2023.12.25
|
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
responses==0.25.0
|
responses==0.25.0
|
||||||
rpds-py==0.18.0
|
|
||||||
rsa==4.9
|
|
||||||
s3transfer==0.10.0
|
s3transfer==0.10.0
|
||||||
sarif-om==1.0.4
|
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sshpubkeys==3.3.1
|
|
||||||
sympy==1.12
|
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.9.0
|
typing_extensions==4.9.0
|
||||||
urllib3==1.26.18
|
urllib3==1.26.18
|
||||||
Werkzeug==3.0.1
|
Werkzeug==2.1.2
|
||||||
wrapt==1.16.0
|
wrapt==1.16.0
|
||||||
xmltodict==0.13.0
|
xmltodict==0.13.0
|
||||||
zipp==3.17.0
|
zipp==3.17.0
|
||||||
|
|
|
||||||
|
|
@ -1,63 +1,35 @@
|
||||||
annotated-types==0.6.0
|
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
aws-sam-translator==1.85.0
|
|
||||||
aws-xray-sdk==2.12.1
|
aws-xray-sdk==2.12.1
|
||||||
boto3==1.28.80
|
boto3==1.28.80
|
||||||
botocore==1.31.80
|
botocore==1.31.80
|
||||||
certifi==2024.2.2
|
certifi==2024.2.2
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
cfn-lint==0.85.2
|
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
cryptography==42.0.5
|
cryptography==42.0.5
|
||||||
Deprecated==1.2.14
|
Deprecated==1.2.14
|
||||||
docker==7.0.0
|
docker==7.0.0
|
||||||
ecdsa==0.18.0
|
|
||||||
idna==3.6
|
idna==3.6
|
||||||
importlib-metadata==6.11.0
|
importlib-metadata==6.11.0
|
||||||
importlib-resources==6.1.1
|
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.4
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
|
||||||
jsondiff==2.0.0
|
|
||||||
jsonpatch==1.33
|
|
||||||
jsonpickle==3.0.3
|
|
||||||
jsonpointer==2.4
|
|
||||||
jsonschema==4.21.1
|
|
||||||
jsonschema-specifications==2023.12.1
|
|
||||||
junit-xml==1.9
|
|
||||||
MarkupSafe==2.0.1
|
MarkupSafe==2.0.1
|
||||||
moto==3.1.19
|
moto==3.1.19
|
||||||
mpmath==1.3.0
|
|
||||||
networkx==3.1
|
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pbr==6.0.0
|
|
||||||
pkgutil_resolve_name==1.3.10
|
|
||||||
pluggy==1.4.0
|
pluggy==1.4.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
pyasn1==0.5.1
|
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==2.6.2
|
|
||||||
pydantic_core==2.16.3
|
|
||||||
pytest==7.1.3
|
pytest==7.1.3
|
||||||
pytest-benchmark==4.0.0
|
pytest-benchmark==4.0.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-jose==3.3.0
|
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
referencing==0.33.0
|
|
||||||
regex==2023.12.25
|
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
responses==0.25.0
|
responses==0.25.0
|
||||||
rpds-py==0.18.0
|
|
||||||
rsa==4.9
|
|
||||||
s3transfer==0.7.0
|
s3transfer==0.7.0
|
||||||
sarif-om==1.0.4
|
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sshpubkeys==3.3.1
|
|
||||||
sympy==1.12
|
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.9.0
|
typing_extensions==4.9.0
|
||||||
urllib3==1.26.18
|
urllib3==1.26.18
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
confluent-kafka==2.3.0
|
|
||||||
Deprecated==1.2.14
|
Deprecated==1.2.14
|
||||||
importlib-metadata==6.11.0
|
importlib-metadata==6.11.0
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
|
|
|
||||||
3
tox.ini
3
tox.ini
|
|
@ -54,8 +54,7 @@ envlist =
|
||||||
|
|
||||||
; opentelemetry-instrumentation-boto3sqs
|
; opentelemetry-instrumentation-boto3sqs
|
||||||
py3{8,9,10,11}-test-instrumentation-boto3sqs
|
py3{8,9,10,11}-test-instrumentation-boto3sqs
|
||||||
; FIXME: see https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1736
|
pypy3-test-instrumentation-boto3sqs
|
||||||
; pypy3-test-instrumentation-boto3sqs
|
|
||||||
lint-instrumentation-boto3sqs
|
lint-instrumentation-boto3sqs
|
||||||
|
|
||||||
; opentelemetry-instrumentation-django
|
; opentelemetry-instrumentation-django
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue