Ignore sporadic failure on 3.9 release candidate
Markus Gerstel
2 years ago
71 | 71 | ), "overridden environment variable leaked into parent process" |
72 | 72 | |
73 | 73 | |
74 | @pytest.mark.xfail(sys.version_info >= (3, 9), reason="fails on 3.9.0rc1") | |
74 | 75 | def test_timeout_behaviour_legacy(tmp_path): |
75 | 76 | start = timeit.default_timer() |
76 | 77 | with pytest.warns(DeprecationWarning, match="timeout"): |