-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove [test] package from flask instrumentation
Fixes #2126
- Loading branch information
Showing
5 changed files
with
90 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
instrumentation/opentelemetry-instrumentation-flask/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
click==8.1.7 | ||
Deprecated==1.2.14 | ||
Flask==2.1.3 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.2 | ||
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 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
Werkzeug==2.3.8 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-wsgi | ||
-e opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-flask |
25 changes: 25 additions & 0 deletions
25
instrumentation/opentelemetry-instrumentation-flask/test-requirements-1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
click==8.1.7 | ||
Deprecated==1.2.14 | ||
Flask==2.2.0 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.2 | ||
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 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
Werkzeug==2.3.8 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-wsgi | ||
-e opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-flask |
26 changes: 26 additions & 0 deletions
26
instrumentation/opentelemetry-instrumentation-flask/test-requirements-2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
blinker==1.7.0 | ||
click==8.1.7 | ||
Deprecated==1.2.14 | ||
Flask==3.0.2 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.2 | ||
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 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
Werkzeug==3.0.1 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-wsgi | ||
-e opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-flask |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters