Skip to content

Commit 6eb6117

Browse files
committed
Fix only pytest
1 parent 71274a1 commit 6eb6117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ commands =
598598
basepython: python3
599599
deps =
600600
pip >= 20.3.3
601-
pytest
601+
pytest==8.0.2
602602
asyncpg==0.27.0
603603
docker-compose >= 1.25.2
604604
mysql-connector-python ~= 8.0
@@ -648,6 +648,7 @@ commands_pre =
648648
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis \
649649
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade \
650650
{env:CORE_REPO}\#egg=opentelemetry-exporter-opencensus&subdirectory=exporter/opentelemetry-exporter-opencensus
651+
pip freeze
651652
docker-compose up -d
652653
python check_availability.py
653654

0 commit comments

Comments
 (0)