We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216411f commit c5534f5Copy full SHA for c5534f5
opentelemetry-api/pyproject.toml
@@ -34,9 +34,6 @@ dynamic = [
34
]
35
36
[project.optional-dependencies]
37
-test = []
38
-
39
-[project.entry-points.opentelemetry_context]
40
contextvars_context = "opentelemetry.context.contextvars_context:ContextVarsRuntimeContext"
41
42
[project.entry-points.opentelemetry_environment_variables]
opentelemetry-api/test-requirements.txt
@@ -0,0 +1,17 @@
1
+asgiref==3.7.2
2
+attrs==23.2.0
3
+Deprecated==1.2.14
4
+flaky==3.7.0
5
+importlib-metadata==6.11.0
6
+iniconfig==2.0.0
7
+packaging==23.2
8
+pluggy==1.4.0
9
+py==1.11.0
10
+py-cpuinfo==9.0.0
11
+pytest==7.1.3
12
+pytest-benchmark==4.0.0
13
+tomli==2.0.1
14
+typing_extensions==4.10.0
15
+wrapt==1.16.0
16
+zipp==3.17.0
17
+-e opentelemetry-api
0 commit comments