File tree 3 files changed +21
-6
lines changed
instrumentation/opentelemetry-instrumentation-pymysql
3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" PyMySQL < 2" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-pymysql[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- ]
40
36
41
37
[project .entry-points .opentelemetry_instrumentor ]
42
38
pymysql = " opentelemetry.instrumentation.pymysql:PyMySQLInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ py==1.11.0
9
+ py-cpuinfo==9.0.0
10
+ PyMySQL==1.1.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.9.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e opentelemetry-instrumentation
18
+ -e instrumentation/opentelemetry-instrumentation-dbapi
19
+ -e instrumentation/opentelemetry-instrumentation-pymysql
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ commands_pre =
376
376
377
377
psycopg2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
378
378
379
- pymysql: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[ test]
379
+ pymysql: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql/ test-requirements.txt
380
380
381
381
pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
382
382
@@ -569,7 +569,7 @@ commands_pre =
569
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
570
570
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
571
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
572
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[ test]
572
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql/ test-requirements.txt
573
573
# prerequisite: follow the instructions here https://github.com/PyMySQL/mysqlclient#install
574
574
# for your OS to install the required dependencies
575
575
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient[test]
You can’t perform that action at this time.
0 commit comments