python/pytest: update to 8.3.1
[oi-userland.git] / components / python / pytest / patches / 04-test-pdb-randomly-fails.patch
blob53c13e89369dd4b6d1564d91c253b0ddd223a296
1 --- pytest-8.3.1/testing/test_debugging.py.orig
2 +++ pytest-8.3.1/testing/test_debugging.py
3 @@ -668,6 +668,7 @@
4 self.flush(child)
6 @pytest.mark.parametrize("capture_arg", ("", "-s", "-p no:capture"))
7 + @pytest.mark.skip(reason="randomly fails: https://github.com/pytest-dev/pytest/issues/11411")
8 def test_pdb_continue_with_recursive_debug(
9 self, capture_arg, pytester: Pytester
10 ) -> None: