We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! We started noticing this failure on our windows builds with the new 0.23.0 release:
0.23.0
https://github.com/ipython/ipykernel/actions/runs/7078187154/job/19263404026?pr=1177
============================= test session starts ============================= platform win32 -- Python 3.8.10, pytest-7.4.3, pluggy-1.3.0 -- C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ipykernel\nS5Qyasy\test\Scripts\python.exe cachedir: .pytest_cache rootdir: D:\a\ipykernel\ipykernel configfile: pyproject.toml testpaths: tests, tests/inprocess plugins: flaky-3.7.0, asyncio-0.23.0, cov-4.1.0, timeout-2.2.0 asyncio: mode=auto timeout: 300.0s timeout method: thread timeout func_only: False collecting ... collected 21 items run-last-failure: None INTERNALERROR> Traceback (most recent call last): ... INTERNALERROR> File "C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ipykernel\nS5Qyasy\test\lib\site-packages\pytest_asyncio\plugin.py", line 610, in pytest_collectstart ... INTERNALERROR> File "C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ipykernel\nS5Qyasy\test\lib\site-packages\_pytest\outcomes.py", line 179, in skip INTERNALERROR> raise Skipped(msg=reason, allow_module_level=allow_module_level) INTERNALERROR> Skipped: skipping tests on windows ============================= 1 warning in 0.05s ==============================
The text was updated successfully, but these errors were encountered:
@blink1073 pytest-asyncio v0.23.1 was just released and it should resolve the issue.
Sorry, something went wrong.
Confirmed, thank you!
Downgrade pytest-asyncio because of pytest-dev/pytest-asyncio#701
e70173a
bb23b53
Successfully merging a pull request may close this issue.
Hi! We started noticing this failure on our windows builds with the new
0.23.0
release:https://github.com/ipython/ipykernel/actions/runs/7078187154/job/19263404026?pr=1177
The text was updated successfully, but these errors were encountered: