Open OCopping opened 3 days ago
The tests are failing because of a get_event_loop()
deprecation warning/error.
From the docs:
Deprecated since version 3.12: Deprecation warning is emitted if there is no current event loop. In some future Python release this will become an error.
The tests are failing because of a
get_event_loop()
deprecation warning/error. From the docs:Deprecated since version 3.12: Deprecation warning is emitted if there is no current event loop. In some future Python release this will become an error.
@evalott100 I think this is coming from the "detect pending tasks" fixture, would you mind taking a look please?
I noticed Python 3.12 never got added to the CI after support for it in
p4p
got released.