Commit Graph

5 Commits

Author SHA1 Message Date
TomJGooding
7a9d32fdbf test: make tests async to fix failures on Python 3.9
After upgrading `pytest-asyncio` to the latest version, lots of tests
started failing in CI only on Python 3.9:

`RuntimeError: There is no current event loop in thread 'MainThread'`

Apparently these tests may have only been passing previously due to
issues in earlier versions of `pytest-asyncio`. Changing these tests to
async seems to fix the failures on Python 3.9.

Related issue:
https://github.com/pytest-dev/pytest-asyncio/issues/1039
2025-09-17 13:38:05 +01:00
Will McGugan
67bd979389 remove property 2022-10-22 17:35:11 +01:00
Will McGugan
23fdfa39c3 typing fix 2022-04-29 14:57:18 +01:00
Will McGugan
547e515017 debug feature 2022-04-29 14:32:14 +01:00
Will McGugan
cbbcf72823 features tests 2022-04-29 14:20:43 +01:00