Skip to content

Commit

Permalink
Fix docker test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Mar 13, 2024
1 parent 565e78d commit 9f50293
Showing 1 changed file with 68 additions and 22 deletions.
90 changes: 68 additions & 22 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -597,30 +597,76 @@ commands =
[testenv:docker-tests]
basepython: python3
deps =
pip >= 20.3.3
pytest
aiopg==1.2.1
amqp==5.2.0
asgiref==3.7.2
async-timeout==3.0.1
asyncpg==0.27.0
docker-compose >= 1.25.2
mysql-connector-python ~= 8.0
pymongo >= 3.1, < 5.0
PyMySQL ~= 0.10.1
# prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
# see https://www.psycopg.org/docs/install.html#build-prerequisites
# you might have to install additional packages depending on your OS
psycopg ~= 3.1.17
psycopg2 ~= 2.9.5
aiopg >= 0.13.0, < 1.3.0
sqlalchemy ~= 1.4
redis ~= 4.3
celery[pytest] >= 4.0, < 6.0
protobuf~=3.13
requests==2.25.0
# prerequisite: install unixodbc
pyodbc~=4.0.30
attrs==23.2.0
bcrypt==4.1.2
billiard==4.2.0
celery==5.3.6
certifi==2024.2.2
cffi==1.16.0
chardet==3.0.4
click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
cryptography==42.0.5
Deprecated==1.2.14
distro==1.9.0
dnspython==2.6.1
docker==5.0.3
docker-compose==1.29.2
dockerpty==0.4.1
docopt==0.6.2
flaky==3.7.0
remoulade>=0.50
mysqlclient~=2.1.1
pyyaml==5.3.1
greenlet==3.0.3
grpcio==1.62.1
idna==2.10
importlib-metadata==6.11.0
iniconfig==2.0.0
jsonschema==3.2.0
kombu==5.3.5
mysql-connector-python==8.3.0
mysqlclient==2.1.1
opencensus-proto==0.1.0
packaging==24.0
paramiko==3.4.0
pluggy==1.4.0
prometheus_client==0.20.0
prompt-toolkit==3.0.43
protobuf==3.20.3
psycopg==3.1.18
psycopg2==2.9.9
psycopg2-binary==2.9.9
pycparser==2.21
pymongo==4.6.2
PyMySQL==0.10.1
PyNaCl==1.5.0
pyodbc==4.0.39
pyrsistent==0.20.0
pytest==8.0.2
pytest-celery==0.0.0
python-dateutil==2.9.0.post0
python-dotenv==0.21.1
pytz==2024.1
PyYAML==5.3.1
redis==4.5.3
remoulade==3.2.0
requests==2.25.0
six==1.16.0
SQLAlchemy==1.4.52
texttable==1.7.0
typing_extensions==4.10.0
tzdata==2024.1
urllib3==1.26.18
vine==5.1.0
wcwidth==0.2.13
websocket-client==0.59.0
wrapt==1.16.0
zipp==3.18.0

changedir =
tests/opentelemetry-docker-tests/tests
Expand Down

0 comments on commit 9f50293

Please sign in to comment.