Skip to content

Commit acff130

Browse files
committed
Revert the scylla version bump so we can test on pypy, drop py3.13
1 parent 27acdaf commit acff130

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

instrumentation/opentelemetry-instrumentation-cassandra/test-requirements-scylla.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ asgiref==3.8.1
22
pyasyncore==1.0.4 # for python 3.13 (should removed when cassandra-driver replaces asyncore with recommended asyncio)
33
click==8.1.7
44
Deprecated==1.2.14
5-
geomet==1.1
5+
geomet==0.2.1.post1
66
iniconfig==2.0.0
77
packaging==24.0
88
pluggy==1.5.0
99
py-cpuinfo==9.0.0
1010
pytest==7.4.4
1111
python-snappy==0.7.3
1212
PyYAML==6.0.1
13-
scylla-driver==3.29.7
13+
scylla-driver==3.26.6
1414
six==1.16.0
1515
tomli==2.0.1
1616
typing_extensions==4.12.2

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,10 @@ envlist =
428428
lint-instrumentation-asyncio
429429

430430
; opentelemetry-instrumentation-cassandra
431-
py3{9,10,11,12,13}-test-instrumentation-cassandra-{driver,scylla}
431+
py3{9,10,11,12,13}-test-instrumentation-cassandra-driver
432432
; TODO: revise this after we bump the baseline to 3.10 or a cassandra-driver release with
433433
; https://github.com/apache/cassandra-python-driver/pull/1268 is available
434+
py3{9,10,11,12}-test-instrumentation-cassandra-scylla
434435
pypy3-test-instrumentation-cassandra-scylla
435436
lint-instrumentation-cassandra
436437

0 commit comments

Comments
 (0)