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
TestSave
Some kind of issue with threading on python 3.13. test_save_all hangs and needs to be killed. Traceback from killing it:
test_save_all
python -m pytest -vv -k TestSave ============================================================================================== test session starts =============================================================================================== platform linux -- Python 3.13.0, pytest-8.3.3, pluggy-1.5.0 -- /home/peter/Codes/BOUT++/xBOUT/.venv/bin/python cachedir: .pytest_cache rootdir: /home/peter/Codes/BOUT++/xBOUT configfile: pyproject.toml plugins: cov-6.0.0 collecting ... skipping long tests, pass '--long' to enable collected 798 items / 779 deselected / 19 selected xbout/tests/test_boutdataset.py::TestSave::test_save_all ^C !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! /home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/threading.py:359: KeyboardInterrupt (to show a full traceback on KeyboardInterrupt use --full-trace) ============================================================================================ 779 deselected in 12.78s ============================================================================================ ^CException ignored on threading shutdown: Traceback (most recent call last): File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/threading.py", line 1534, in _shutdown atexit_call() File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/threading.py", line 1505, in <lambda> _threading_atexits.append(lambda: func(*arg, **kwargs)) File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/concurrent/futures/thread.py", line 31, in _python_exit t.join() File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/threading.py", line 1092, in join self._handle.join(timeout) KeyboardInterrupt: ^CException ignored in atexit callback <bound method ThreadPoolExecutor.shutdown of <concurrent.futures.thread.ThreadPoolExecutor object at 0x7f87ebc8f8c0>>: Traceback (most recent call last): File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/concurrent/futures/thread.py", line 238, in shutdown t.join() File "/home/peter/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/threading.py", line 1092, in join self._handle.join(timeout) KeyboardInterrupt:
I couldn't see any obvious issues on xarray or dask about this, and I couldn't immediately reproduce it manually (i.e. not in pytest)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some kind of issue with threading on python 3.13.
test_save_all
hangs and needs to be killed. Traceback from killing it:I couldn't see any obvious issues on xarray or dask about this, and I couldn't immediately reproduce it manually (i.e. not in pytest)
The text was updated successfully, but these errors were encountered: