File tree Expand file tree Collapse file tree 1 file changed +22
-68
lines changed Expand file tree Collapse file tree 1 file changed +22
-68
lines changed Original file line number Diff line number Diff line change @@ -597,76 +597,30 @@ commands =
597
597
[testenv:docker-tests]
598
598
basepython: python3
599
599
deps =
600
- aiopg ==1.2.1
601
- amqp ==5.2.0
602
- asgiref ==3.7.2
603
- async-timeout ==3.0.1
600
+ pip >= 20.3.3
601
+ pytest
604
602
asyncpg ==0.27.0
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
- flaky ==3.7.0
625
- greenlet ==3.0.3
626
- grpcio ==1.62.1
627
- idna ==2.10
628
- importlib-metadata ==6.11.0
629
- iniconfig ==2.0.0
630
- jsonschema ==3.2.0
631
- kombu ==5.3.5
632
- mysql-connector-python ==8.3.0
633
- mysqlclient ==2.1.1
634
- opencensus-proto ==0.1.0
635
- packaging ==24.0
636
- paramiko ==3.4.0
637
- pluggy ==1.4.0
638
- prometheus_client ==0.20.0
639
- prompt-toolkit ==3.0.43
640
- protobuf ==3.20.3
641
- psycopg ==3.1.18
642
- psycopg2 ==2.9.9
643
- psycopg2-binary ==2.9.9
644
- pycparser ==2.21
645
- pymongo ==4.6.2
646
- PyMySQL ==0.10.1
647
- PyNaCl ==1.5.0
648
- pyodbc ==4.0.39
649
- pyrsistent ==0.20.0
650
- pytest ==8.0.2
651
- pytest-celery ==0.0.0
652
- python-dateutil ==2.9.0.post0
653
- python-dotenv ==0.21.1
654
- pytz ==2024.1
655
- PyYAML ==5.3.1
656
- redis ==4.5.3
657
- remoulade ==3.2.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
658
617
requests ==2.25.0
659
- six ==1.16.0
660
- SQLAlchemy ==1.4.52
661
- texttable ==1.7.0
662
- typing_extensions ==4.10.0
663
- tzdata ==2024.1
664
- urllib3 ==1.26.18
665
- vine ==5.1.0
666
- wcwidth ==0.2.13
667
- websocket-client ==0.59.0
668
- wrapt ==1.16.0
669
- zipp ==3.18.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
670
624
671
625
changedir =
672
626
tests/opentelemetry-docker-tests/tests
You can’t perform that action at this time.
0 commit comments