We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c1bfa commit 2c9cabcCopy full SHA for 2c9cabc
2 files changed
instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-2.txt
@@ -1,7 +1,8 @@
1
aiosqlite==0.20.0
2
asgiref==3.8.1
3
Deprecated==1.2.14
4
-greenlet==3.1.1
+greenlet==3.1.1 ; python_version < "3.10"
5
+greenlet==3.3.1 ; python_version >= "3.10"
6
iniconfig==2.0.0
7
packaging==24.1
8
pluggy==1.5.0
tox.ini
@@ -181,7 +181,8 @@ envlist =
181
; below mean these dependencies are being used:
182
; 0: urllib3 >=1.0.0,<2.0.0
183
; 1: urllib3 >=2.0.0,<3.0.0
184
- py3{9,10,11,12,13,14}-test-instrumentation-urllib3-{0,1}
+ ; TODO: Add py314 testing after replacing httpretty -- problem with https tests in 3.14
185
+ py3{9,10,11,12,13}-test-instrumentation-urllib3-{0,1}
186
pypy3-test-instrumentation-urllib3-{0,1}
187
lint-instrumentation-urllib3
188
@@ -312,7 +313,8 @@ envlist =
312
313
; 0: sqlalchemy>=1.1,<1.2
314
; 1: sqlalchemy~=1.4 aiosqlite
315
; 2: sqlalchemy~=2.0.0
- py3{9,10,11,12,13,14}-test-instrumentation-sqlalchemy-{1,2}
316
+ py3{9,10,11,12,13}-test-instrumentation-sqlalchemy-{1,2}
317
+ py314-test-instrumentation-sqlalchemy-2
318
pypy3-test-instrumentation-sqlalchemy-{0,1,2}
319
lint-instrumentation-sqlalchemy
320
0 commit comments