Skip to content

Commit e2be36e

Browse files
committed
Remove [test] package from remoulade instrumentation
Fixes open-telemetry#2216
1 parent 1c21715 commit e2be36e

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

instrumentation/opentelemetry-instrumentation-remoulade/pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ dependencies = [
3333
instruments = [
3434
"remoulade >= 0.50",
3535
]
36-
test = [
37-
"opentelemetry-instrumentation-remoulade[instruments]",
38-
"opentelemetry-test-utils == 0.45b0.dev",
39-
"opentelemetry-sdk ~= 1.10"
40-
]
4136

4237
[project.entry-points.opentelemetry_instrumentor]
4338
remoulade = "opentelemetry.instrumentation.remoulade:RemouladeInstrumentor"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
prometheus_client==0.20.0
9+
py==1.11.0
10+
py-cpuinfo==9.0.0
11+
pytest==7.1.3
12+
pytest-benchmark==4.0.0
13+
python-dateutil==2.8.2
14+
pytz==2024.1
15+
remoulade==3.2.0
16+
six==1.16.0
17+
tomli==2.0.1
18+
typing_extensions==4.9.0
19+
wrapt==1.16.0
20+
zipp==3.17.0
21+
-e ../../../opentelemetry-instrumentation
22+
-e ../../../instrumentation/opentelemetry-instrumentation-remoulade

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ commands_pre =
435435

436436
redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
437437

438-
remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
438+
remoulade: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/test-requirements.txt
439439

440440
requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
441441

@@ -548,7 +548,7 @@ commands_pre =
548548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
549549
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
550550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
551-
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
551+
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade
552552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
553553
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
554554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]

0 commit comments

Comments
 (0)