Commit 8a3f902
. t Upgrade pytest-asyncio to latest
Unpinned pytest-asyncio.
Python 3.14 has a new warning triggered by this old pytest-asyncio:
```
pytest_asyncio\plugin.py:465: DeprecationWarning: 'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16
```
Previously pytest-asyncio was pinned to an old version due to an incompatibility with PyCharm test runner, which appears to be fixed
Co-Authored-By: 4dsherwood <4dsherwood@users.noreply.github.com>
Co-Authored-By: Trillium Smith <trillium@trilliumsmith.com>
Co-Authored-By: Susan Fung <38925660+susanfung@users.noreply.github.com>1 parent 7c54183 commit 8a3f902
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments