Skip to content

Commit 6cf6c4a

Browse files
committed
Added deb to make cassandra tests work with python 3.13
1 parent f9dc90f commit 6cf6c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
asgiref==3.7.2
22
cassandra-driver==3.29.0
3+
pyasyncore==1.0.4 # for python 3.13 (should removed when cassandra-driver replaces asyncore with recommended asyncio)
34
click==8.1.7
45
Deprecated==1.2.14
56
geomet==0.2.1.post1

0 commit comments

Comments
 (0)