summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint/test/test_self.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/test/test_self.py b/pylint/test/test_self.py
index fae6403..b3348ab 100644
--- a/pylint/test/test_self.py
+++ b/pylint/test/test_self.py
@@ -92,6 +92,7 @@ class RunTC(unittest.TestCase):
self.assertEqual(pylint_code, code, msg)
def _run_pylint(self, args, out, reporter=None):
+ args = args + ['--persistent=no']
with _patch_streams(out):
with self.assertRaises(SystemExit) as cm:
with warnings.catch_warnings():