You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following error when using Pytest 8.3.3 in Windows Python 3.13.0 in GitHub Actions:
> Run poetry run pytest --cov-append --cov-report=xml --junitxml=junit.xml
Exception ignored on threading shutdown:
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.13.0\x64\Lib\threading.py", line 1524, in _shutdown
if _main_thread._handle.is_done() and _is_main_interpreter():
SystemError: <method 'is_done' of '_thread._ThreadHandle' objects> returned a result with an exception set
Error: Process completed with exit code 1.
I saw a similar issue in the cpython repository: python/cpython#125842. I wonder if this is just a bug with Python 3.13.0 and not pytest's.
The text was updated successfully, but these errors were encountered:
I encountered the following error when using Pytest 8.3.3 in Windows Python 3.13.0 in GitHub Actions:
I saw a similar issue in the cpython repository: python/cpython#125842. I wonder if this is just a bug with Python 3.13.0 and not pytest's.
The text was updated successfully, but these errors were encountered: