Skip to content

Commit c8b40ef

Browse files
committed
Skip flaky stat check
1 parent 491ebc1 commit c8b40ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from coincidence.selectors import max_version, min_version, not_pypy, only_pypy
1111
from consolekit.terminal_colours import strip_ansi
1212
from consolekit.testing import CliRunner, Result
13+
from domdf_python_tools.compat import PYPY36
1314
from domdf_python_tools.paths import PathPlus, in_directory
1415

1516
# this package
@@ -206,7 +207,6 @@ def test_cli(
206207

207208
# mtime should be the same
208209
assert (tmp_pathplus / "code.py").stat().st_mtime == new_st.st_mtime
209-
assert (tmp_pathplus / "code.py").stat() == new_st
210210

211211

212212
def test_cli_verbose_verbose(

0 commit comments

Comments
 (0)