File tree Expand file tree Collapse file tree
instrumentation/opentelemetry-instrumentation-pyramid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ sphinx==7.1.2
22sphinx-rtd-theme==2.0.0rc4
33sphinx-autodoc-typehints==1.25.2
44
5+ # Required to avoid breakages for pyramid and cassandra packages
6+ setuptools<82.0.0
7+
58# Required by opentelemetry-instrumentation
69fastapi>=0.65.2
710pymemcache~=1.3
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ pluggy==1.5.0
1010py-cpuinfo==9.0.0
1111pyramid==2.0.2
1212pytest==7.4.4
13+ setuptools==81.0.0
1314tomli==2.0.1
1415translationstring==1.4
1516typing_extensions==4.12.2
Original file line number Diff line number Diff line change 1+ # Source install of cassandra-driver requires pkg_resources, if
2+ # it's not found the install script is broken and fails to build
3+ setuptools<82.0.0
Original file line number Diff line number Diff line change @@ -763,6 +763,8 @@ setenv =
763763 CORE_REPO_SHA ={env:CORE_REPO_SHA:main}
764764 CORE_REPO =git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}
765765 UV_CONFIG_FILE ={toxinidir}/tox-uv.toml
766+ PIP_CONSTRAINTS ={toxinidir}/test-constraints.txt
767+ UV_BUILD_CONSTRAINT ={toxinidir}/test-constraints.txt
766768
767769commands_pre =
768770; In order to get a health coverage report,
You can’t perform that action at this time.
0 commit comments