libreoffice: update to 24.8.4.2
[oi-userland.git] / components / python / execnet / patches / 01-test-test_popen_io.patch
blob3ad702ce8734247b74c98e2c48bad184c8f184d8
1 --- execnet-2.1.1/testing/test_basics.py.orig
2 +++ execnet-2.1.1/testing/test_basics.py
3 @@ -184,6 +184,7 @@
4 assert "all passed" in out.stdout
7 +@pytest.mark.skip(reason="always fails: https://github.com/pytest-dev/execnet/issues/279")
8 def test_popen_io(checker: Checker, execmodel: ExecModel) -> None:
9 out = checker.run_check(
10 inspect.getsource(gateway_base)