Skip to content

Commit 22d6296

Browse files
committed
Remove another flaky stat test
1 parent c8b40ef commit 22d6296

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def test_integration(
9898

9999
# mtime should be the same
100100
assert (tmp_pathplus / "code.py").stat().st_mtime == new_st.st_mtime
101-
assert (tmp_pathplus / "code.py").stat() == new_st
102101

103102

104103
def test_integration_pyproject(

0 commit comments

Comments
 (0)