Skip to content
New issue

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

Startup failure on Windows with Version 0.23.0 #701

Closed
blink1073 opened this issue Dec 3, 2023 · 2 comments · Fixed by #702
Closed

Startup failure on Windows with Version 0.23.0 #701

blink1073 opened this issue Dec 3, 2023 · 2 comments · Fixed by #702
Labels

Comments

@blink1073
Copy link

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

 ============================= 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 ==============================
@seifertm
Copy link
Contributor

seifertm commented Dec 3, 2023

@blink1073 pytest-asyncio v0.23.1 was just released and it should resolve the issue.

@seifertm seifertm added the bug label Dec 3, 2023
@blink1073
Copy link
Author

Confirmed, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants