Skip to content

Commit

Permalink
[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#…
Browse files Browse the repository at this point in the history
…11616)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
  • Loading branch information
github-actions[bot] and hroncok committed Nov 14, 2023
1 parent 3550906 commit a40dacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/_py/test_local.py
Expand Up @@ -868,6 +868,9 @@ def test_fspath_protocol_other_class(self, fake_fspath_obj):
py_path.strpath, str_path
)

@pytest.mark.xfail(
reason="#11603", raises=(error.EEXIST, error.ENOENT), strict=False
)
def test_make_numbered_dir_multiprocess_safe(self, tmpdir):
# https://github.com/pytest-dev/py/issues/30
with multiprocessing.Pool() as pool:
Expand Down

0 comments on commit a40dacf

Please sign in to comment.