File tree Expand file tree Collapse file tree 1 file changed +70
-19
lines changed Expand file tree Collapse file tree 1 file changed +70
-19
lines changed Original file line number Diff line number Diff line change @@ -597,30 +597,81 @@ commands =
597597[testenv:docker-tests]
598598basepython: python3
599599deps =
600- pip >= 20.3.3
601- pytest
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
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
625+ flaky ==3.7.0
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
607642 # prerequisite: install libpq-dev (debian) or postgresql-devel (rhel), postgresql (mac)
608643 # see https://www.psycopg.org/docs/install.html#build-prerequisites
609644 # 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
645+ psycopg ==3.1.18
646+ psycopg2 ==2.9.9
647+ psycopg2-binary ==2.9.9
648+ pycparser ==2.21
649+ pymongo ==4.6.2
650+ PyMySQL ==0.10.1
651+ PyNaCl ==1.5.0
652+ pyodbc ==4.0.39
653+ pyrsistent ==0.20.0
654+ pytest ==8.0.2
655+ pytest-celery ==0.0.0
656+ python-dateutil ==2.9.0.post0
657+ python-dotenv ==0.21.1
658+ pytz ==2024.1
659+ PyYAML ==5.3.1
660+ redis ==4.6.0
661+ remoulade ==3.2.0
617662 requests ==2.25.0
618- # prerequisite: install unixodbc
619- pyodbc~=4.0.30
620- flaky ==3.7.0
621- remoulade>=0.50
622- mysqlclient~=2.1.1
623- pyyaml ==5.3.1
663+ six ==1.16.0
664+ SQLAlchemy ==1.4.52
665+ texttable ==1.7.0
666+ tomli ==2.0.1
667+ typing_extensions ==4.10.0
668+ tzdata ==2024.1
669+ urllib3 ==1.26.18
670+ vine ==5.1.0
671+ wcwidth ==0.2.13
672+ websocket-client ==0.59.0
673+ wrapt ==1.16.0
674+ zipp ==3.18.0
624675
625676changedir =
626677 tests/opentelemetry-docker-tests/tests
You can’t perform that action at this time.
0 commit comments