Ronnie Dutta
Ronnie Dutta
Closed by #5148?
it doesn't block us from 3.10 support though?
Poking tests
Changelog entry?
Thought it might be nice to have "added support for Python 3.10" in the changelog
I have opened a UI issue for this: https://github.com/cylc/cylc-ui/issues/1104
This is causing the integration tests' log directories to stick around during cleanup. Quite strange, I've done some debugging and I can't figure out what part of the code is...
I think I've found the source of the issue. It doesn't seem to be a maintained sqlite3 connection, in fact. I think it's because the `WorkflowDatabaseManager.copy_pri_to_pub()` method isn't letting go...
I think I've solved it, will put up a PR after lunch
Just to note: there's some suggestions in https://github.com/cylc/cylc-flow/pull/4222#discussion_r636771404 which I started working on a while ago and will revisit at some point