Skip to content

Commit ef5845e

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

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ commands_pre =
384384

385385
redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
386386

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

389389
requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
390390

@@ -552,7 +552,7 @@ commands_pre =
552552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
553553
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
554554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
555-
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
555+
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/test-requirements.txt
556556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
557557
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
558558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
@@ -618,7 +618,7 @@ deps =
618618
# prerequisite: install unixodbc
619619
pyodbc~=4.0.30
620620
flaky==3.7.0
621-
remoulade>=0.50
621+
remoulade==3.2.0
622622
mysqlclient~=2.1.1
623623
pyyaml==5.3.1
624624

0 commit comments

Comments
 (0)