Skip to content

Commit

Permalink
Retry failed test_memoize_path_dir on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 11, 2024
1 parent 6c9a276 commit cd89b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fscacher/tests/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def check_new_memoread(arg, content, expect_new=False):
check_new_memoread(1, "Content")


@pytest.mark.flaky(reruns=5, condition=on_windows)
def test_memoize_path_dir(cache, tmp_path):
calls = []

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ deps =
pytest
pytest-cov
pytest-mock
pytest-rerunfailures
commands =
pytest --pyargs {posargs} fscacher

Expand Down

0 comments on commit cd89b53

Please sign in to comment.