-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels