Skip to content

Commit ef1c397

Browse files
committed
Add deps from CI
1 parent 6eb6117 commit ef1c397

File tree

1 file changed

+70
-23
lines changed

1 file changed

+70
-23
lines changed

tox.ini

Lines changed: 70 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -597,30 +597,78 @@ commands =
597597
[testenv:docker-tests]
598598
basepython: python3
599599
deps =
600-
pip >= 20.3.3
601-
pytest==8.0.2
600+
aiopg==1.1.0
601+
amqp==5.2.0
602+
asgiref==3.7.2
603+
async-timeout==4.0.3
602604
asyncpg==0.27.0
603-
docker-compose >= 1.25.2
604-
mysql-connector-python ~= 8.0
605-
pymongo >= 3.1, < 5.0
606-
PyMySQL ~= 0.10.1
607-
# prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
608-
# see https://www.psycopg.org/docs/install.html#build-prerequisites
609-
# you might have to install additional packages depending on your OS
610-
psycopg ~= 3.1.17
611-
psycopg2 ~= 2.9.5
612-
aiopg >= 0.13.0, < 1.3.0
613-
sqlalchemy ~= 1.4
614-
redis ~= 4.3
615-
celery[pytest] >= 4.0, < 6.0
616-
protobuf~=3.13
617-
requests==2.25.0
618-
# prerequisite: install unixodbc
619-
pyodbc~=4.0.30
605+
attrs==23.2.0
606+
bcrypt==4.1.2
607+
billiard==4.2.0
608+
celery==5.3.6
609+
certifi==2024.2.2
610+
cffi==1.16.0
611+
chardet==3.0.4
612+
click==8.1.7
613+
click-didyoumean==0.3.0
614+
click-plugins==1.1.1
615+
click-repl==0.3.0
616+
cryptography==42.0.5
617+
Deprecated==1.2.14
618+
distro==1.9.0
619+
dnspython==2.6.1
620+
docker==5.0.3
621+
docker-compose==1.29.2
622+
dockerpty==0.4.1
623+
docopt==0.6.2
624+
exceptiongroup==1.2.0
620625
flaky==3.7.0
621-
remoulade>=0.50
622-
mysqlclient~=2.1.1
623-
pyyaml==5.3.1
626+
greenlet==3.0.3
627+
grpcio==1.62.1
628+
idna==2.10
629+
importlib-metadata==6.11.0
630+
iniconfig==2.0.0
631+
jsonschema==3.2.0
632+
kombu==5.3.5
633+
mysql-connector-python==8.3.0
634+
mysqlclient==2.1.1
635+
opencensus-proto==0.1.0
636+
packaging==24.0
637+
paramiko==3.4.0
638+
pluggy==1.4.0
639+
prometheus_client==0.20.0
640+
prompt-toolkit==3.0.43
641+
protobuf==3.20.3
642+
psycopg==3.1.18
643+
psycopg2==2.9.9
644+
psycopg2-binary==2.9.9
645+
pycparser==2.21
646+
pymongo==4.6.2
647+
PyMySQL==0.10.1
648+
PyNaCl==1.5.0
649+
pyodbc==4.0.39
650+
pyrsistent==0.20.0
651+
pytest==8.0.2
652+
pytest-celery==0.0.0
653+
python-dateutil==2.9.0.post0
654+
python-dotenv==0.21.1
655+
pytz==2024.1
656+
PyYAML==5.3.1
657+
redis==4.6.0
658+
remoulade==3.2.0
659+
requests==2.25.0
660+
six==1.16.0
661+
SQLAlchemy==1.4.52
662+
texttable==1.7.0
663+
tomli==2.0.1
664+
typing_extensions==4.10.0
665+
tzdata==2024.1
666+
urllib3==1.26.18
667+
vine==5.1.0
668+
wcwidth==0.2.13
669+
websocket-client==0.59.0
670+
wrapt==1.16.0
671+
zipp==3.18.0
624672

625673
changedir =
626674
tests/opentelemetry-docker-tests/tests
@@ -648,7 +696,6 @@ commands_pre =
648696
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis \
649697
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade \
650698
{env:CORE_REPO}\#egg=opentelemetry-exporter-opencensus&subdirectory=exporter/opentelemetry-exporter-opencensus
651-
pip freeze
652699
docker-compose up -d
653700
python check_availability.py
654701

0 commit comments

Comments
 (0)