Skip to content

Commit

Permalink
Remove [test] package from exporter-prometheus-remote-write
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Feb 29, 2024
1 parent 8daa8ad commit 82cc248
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ dependencies = [
]

[project.optional-dependencies]
test = []

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-prometheus-remote-write"

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
asgiref==3.7.2
attrs==23.2.0
certifi==2024.2.2
charset-normalizer==3.3.2
cramjam==2.8.1
Deprecated==1.2.14
idna==3.6
importlib-metadata==6.11.0
iniconfig==2.0.0
packaging==23.2
pluggy==1.4.0
protobuf==4.25.3
py==1.11.0
py-cpuinfo==9.0.0
pytest==7.1.3
pytest-benchmark==4.0.0
python-snappy==0.7.1
requests==2.31.0
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
wrapt==1.16.0
zipp==3.17.0
-e ../../../exporter/opentelemetry-exporter-prometheus-remote-write
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ commands_pre =

richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]

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

sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]

Expand Down

0 comments on commit 82cc248

Please sign in to comment.