summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-11-13 02:13:25 +0100
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-11-13 02:13:25 +0100
commit5ab11c41e4a2be1fd4041fd952cbd25c4d74fbc2 (patch)
tree2421d87446c8b6cff9ded099326ff156bf7dc390
parentb6969795cdd83f5fe693fd3e140356c2b4db7609 (diff)
downloadlogilab-common-5ab11c41e4a2be1fd4041fd952cbd25c4d74fbc2.tar.gz
[#6568] avoid name clash by renaming .restart to .pytest.restart
-rw-r--r--testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testlib.py b/testlib.py
index 0a496d5..e45e9b6 100644
--- a/testlib.py
+++ b/testlib.py
@@ -80,7 +80,7 @@ DEFAULT_PREFIXES = ('test', 'regrtest', 'smoketest', 'unittest',
ENABLE_DBC = False
-FILE_RESTART = ".restart"
+FILE_RESTART = ".pytest.restart"
def with_tempdir(callable):