Source: jupytext Version: 1.16.1+ds1-2 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.13
Hi Maintainer The autopkgtests of this package fail with Python 3.13 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/j/jupytext/testing/amd64/ 174s ==================================== ERRORS ==================================== 174s ___________________ ERROR at setup of test_cm_config_no_log ____________________ 174s 174s tmp_path = PosixPath('/tmp/pytest-of-debci/pytest-0/test_cm_config_no_log0') 174s 174s @pytest.fixture() 174s def cwd_tmp_path(tmp_path): 174s # Run the whole test from inside tmp_path 174s > with tmp_path.cwd(): 174s E TypeError: 'PosixPath' object does not support the context manager protocol 174s 174s /tmp/autopkgtest-lxc.dx1xxwxd/downtmp/autopkgtest_tmp/build/tests/conftest.py:50: TypeError 174s _____________ ERROR at setup of test_cm_config_log_only_if_changed _____________ 174s 174s tmp_path = PosixPath('/tmp/pytest-of-debci/pytest-0/test_cm_config_log_only_if_cha0') 174s 174s @pytest.fixture() 174s def cwd_tmp_path(tmp_path): 174s # Run the whole test from inside tmp_path 174s > with tmp_path.cwd(): 174s E TypeError: 'PosixPath' object does not support the context manager protocol 174s 174s /tmp/autopkgtest-lxc.dx1xxwxd/downtmp/autopkgtest_tmp/build/tests/conftest.py:50: TypeError