Skip to content

Commit a9968da

Browse files
committed
added test config
1 parent 196eb1d commit a9968da

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
asgiref==3.8.1
2+
Deprecated==1.2.14
3+
iniconfig==2.0.0
4+
packaging==24.0
5+
pluggy==1.5.0
6+
psycopg2-binary==2.9.10
7+
py-cpuinfo==9.0.0
8+
pytest==7.4.4
9+
tomli==2.0.1
10+
typing_extensions==4.12.2
11+
wrapt==1.16.0
12+
zipp==3.19.2
13+
-e opentelemetry-instrumentation
14+
-e instrumentation/opentelemetry-instrumentation-dbapi
15+
-e instrumentation/opentelemetry-instrumentation-psycopg2

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ deps =
564564

565565
psycopg2: {[testenv]test_deps}
566566
psycopg2: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/test-requirements.txt
567+
psycopg2-binary: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/test-requirements-binary.txt
567568

568569
pymysql: {[testenv]test_deps}
569570
pymysql: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql/test-requirements.txt

0 commit comments

Comments
 (0)