Skip to content

Commit

Permalink
Remove another flaky stat test
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 29, 2021
1 parent c8b40ef commit 22d6296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def test_integration(

# mtime should be the same
assert (tmp_pathplus / "code.py").stat().st_mtime == new_st.st_mtime
assert (tmp_pathplus / "code.py").stat() == new_st


def test_integration_pyproject(
Expand Down

0 comments on commit 22d6296

Please sign in to comment.