2025-09-10 07:22:25,678 root INFO copying src/xdist/looponfail.py -> build/lib/xdist 2025-09-10 07:22:25,691 root INFO copying build/lib/xdist/looponfail.py -> build/bdist.linux-x86_64/wheel/./xdist ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 2025-09-10 07:22:25,707 wheel INFO adding 'xdist/looponfail.py' testing/test_looponfail.py ............x.FF [ 71%] =================================== FAILURES =================================== except OSError: > raise OSError('out of pty devices') E OSError: out of pty devices /usr/lib/python3.12/pty.py:67: OSError ________________________ TestFunctional.test_fail_to_ok ________________________ self = pytester = def test_fail_to_ok(self, pytester: pytest.Pytester) -> None: /home/udu/aports/main/py3-pytest-xdist/src/pytest_xdist-3.6.1/testing/test_looponfail.py:359: except OSError: > raise OSError('out of pty devices') E OSError: out of pty devices /usr/lib/python3.12/pty.py:67: OSError _______________________ TestFunctional.test_xfail_passes _______________________ self = pytester = def test_xfail_passes(self, pytester: pytest.Pytester) -> None: @pytest.mark.xfail /home/udu/aports/main/py3-pytest-xdist/src/pytest_xdist-3.6.1/testing/test_looponfail.py:388: except OSError: > raise OSError('out of pty devices') E OSError: out of pty devices /usr/lib/python3.12/pty.py:67: OSError XFAIL testing/acceptance_test.py::TestDistEach::test_simple_diffoutput - reason: [NOTRUN] other python versions might not have pytest installed XFAIL testing/acceptance_test.py::test_terminate_on_hangingnode XFAIL testing/acceptance_test.py::test_session_hooks - reason: [NOTRUN] works if run outside test suite XFAIL testing/acceptance_test.py::TestNodeFailure::test_each_multiple - #20: xdist race condition on node restart XFAIL testing/test_dsession.py::TestDistReporter::test_rsync_printing XFAIL testing/test_dsession.py::test_pytest_issue419 - duplicate test ids not supported yet XFAIL testing/test_looponfail.py::TestLooponFailing::test_looponfail_removed_test - broken by pytest 3.1+ XFAIL testing/test_remote.py::TestWorkerInteractor::test_happy_run_events_converted - reason: implement a simple test for event production XFAIL testing/test_workermanage.py::TestNodeManager::test_rsync_roots_no_roots - reason: [NOTRUN] XFAIL testing/test_workermanage.py::test_unserialize_warning_msg[Nested] - Nested warning classes are not supported. FAILED testing/acceptance_test.py::TestDistribution::test_keyboard_interrupt_dist FAILED testing/test_looponfail.py::TestFunctional::test_fail_to_ok - OSError:... FAILED testing/test_looponfail.py::TestFunctional::test_xfail_passes - OSErro... ============ 3 failed, 192 passed, 2 skipped, 10 xfailed in 35.38s ============= >>> ERROR: py3-pytest-xdist: check failed