potiuk commented on PR #36755:
URL: https://github.com/apache/airflow/pull/36755#issuecomment-1907103239

   Fixed I think errors with caled_once in a few tests. We also have to exclude 
cassandra for now:
   
   ```
   # Cassandra provider is not yet compatible with Python 3.12
   # The main issue is that python cassandra driver by default uses asyncore 
which has been deprecated since
   # Python 3.6 and removed in Python 3.12 
(https://docs.python.org/3.11/library/asyncore.html)
   # The issue is tracked here: 
https://datastax-oss.atlassian.net/browse/PYTHON-1375 and is scheduled
   # to be fixed in cassandra-driver 3.30.0.
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to