From 5ab11c41e4a2be1fd4041fd952cbd25c4d74fbc2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvat Date: Thu, 13 Nov 2008 02:13:25 +0100 Subject: [#6568] avoid name clash by renaming .restart to .pytest.restart --- testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1