Skip to content

Commit 578373a

Browse files
authored
Cleanup docker tests (#4311)
* Remove unneded packages from docker tests * Bump some dependencies to avoid warning on deprecated crypto algos * Remove instrumentations that are not tested in docker-tests
1 parent 03891c0 commit 578373a

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

tests/opentelemetry-docker-tests/tests/test-requirements.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ asgiref==3.8.1
44
async-timeout==4.0.3
55
asyncpg==0.29.0
66
attrs==23.2.0
7-
bcrypt==4.1.2
7+
bcrypt==5.0.0
88
billiard==4.2.0
99
celery==5.3.6
1010
certifi==2024.7.4
11-
cffi==1.16.0
11+
cffi==2.0.0
1212
chardet==3.0.4
1313
click==8.1.7
1414
click-didyoumean==0.3.0
1515
click-plugins==1.1.1
1616
click-repl==0.3.0
17-
cryptography==44.0.1
18-
Deprecated==1.2.14
17+
cryptography==45.0.7
1918
distro==1.9.0
2019
Django==4.2.17
2120
dnspython==2.6.1
@@ -34,23 +33,21 @@ jsonschema==3.2.0
3433
kombu==5.3.5
3534
mysql-connector-python==8.3.0
3635
mysqlclient==2.1.1
37-
opencensus-proto==0.1.0
3836
packaging==24.0
39-
paramiko==3.4.0
37+
paramiko==4.0.0
4038
pluggy==1.4.0
4139
prometheus_client==0.20.0
4240
prompt-toolkit==3.0.43
43-
protobuf==3.20.3
4441
# prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
4542
# see https://www.psycopg.org/docs/install.html#build-prerequisites
4643
# you might have to install additional packages depending on your OS
4744
psycopg==3.1.18
4845
psycopg2==2.9.9
4946
psycopg2-binary==2.9.9
50-
pycparser==2.21
47+
pycparser==3.0
5148
pymongo==4.6.3
5249
PyMySQL==0.10.1
53-
PyNaCl==1.5.0
50+
PyNaCl==1.6.2
5451
# prerequisite: install unixodbc
5552
pyodbc==5.0.1
5653
pyrsistent==0.20.0
@@ -61,7 +58,6 @@ python-dotenv==0.21.1
6158
pytz==2024.1
6259
PyYAML==5.3.1
6360
redis==5.0.1
64-
remoulade==3.2.0
6561
requests==2.25.0
6662
six==1.16.0
6763
SQLAlchemy==1.4.52

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,6 @@ deps =
10601060
-e {toxinidir}/opentelemetry-instrumentation
10611061
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg
10621062
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery
1063-
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika
1064-
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiokafka
1065-
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python
1066-
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka
10671063
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi
10681064
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-django
10691065
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask
@@ -1077,10 +1073,8 @@ deps =
10771073
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy
10781074
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg
10791075
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis
1080-
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade
10811076
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
10821077
-e {toxinidir}/util/opentelemetry-util-http
1083-
opentelemetry-exporter-opencensus@{env:CORE_REPO}\#egg=opentelemetry-exporter-opencensus&subdirectory=exporter/opentelemetry-exporter-opencensus
10841078

10851079
changedir =
10861080
tests/opentelemetry-docker-tests/tests

0 commit comments

Comments
 (0)