Skip to content

Commit

Permalink
Remove [test] package from sklearn instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Feb 27, 2024
1 parent 8daa8ad commit 591150f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ dependencies = [
instruments = [
"scikit-learn ~= 0.24.0",
]
test = [
"opentelemetry-instrumentation-sklearn[instruments]",
"opentelemetry-test-utils == 0.45b0.dev",
]

[project.entry-points.opentelemetry_instrumentor]
sklearn = "opentelemetry.instrumentation.sklearn:SklearnInstrumentor"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
asgiref==3.7.2
attrs==23.2.0
Deprecated==1.2.14
importlib-metadata==6.11.0
iniconfig==2.0.0
joblib==1.3.2
numpy==1.24.4
packaging==23.2
pluggy==1.4.0
py==1.11.0
py-cpuinfo==9.0.0
pytest==7.1.3
pytest-benchmark==4.0.0
scikit-learn==0.24.2
scipy==1.10.1
threadpoolctl==3.3.0
tomli==2.0.1
typing_extensions==4.10.0
wrapt==1.16.0
zipp==3.17.0
-e ../../../opentelemetry-instrumentation
-e ../../../instrumentation/opentelemetry-instrumentation-sklearn
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ commands_pre =

prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]

sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
sklearn: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn/test-requirements.txt

sqlalchemy-{11,14}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]

Expand Down Expand Up @@ -553,7 +553,7 @@ commands_pre =
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
Expand Down

0 comments on commit 591150f

Please sign in to comment.