diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-17 09:43:27 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-17 09:43:27 +0200 |
commit | 0ff9fb55e52fbc6f754d145fb06523d19e1bef98 (patch) | |
tree | 9501c34034de13369eca4a28b882340f524d01ff /pylint | |
parent | 42a667bced814d8b89ea90eee0bb6af5cd281e88 (diff) | |
download | pylint-git-0ff9fb55e52fbc6f754d145fb06523d19e1bef98.tar.gz |
Rely on a different file than bad_continuation for the parallel test case
Diffstat (limited to 'pylint')
-rw-r--r-- | pylint/test/test_self.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/test_self.py b/pylint/test/test_self.py index ffe3a995a..cbc23176b 100644 --- a/pylint/test/test_self.py +++ b/pylint/test/test_self.py @@ -232,7 +232,7 @@ class TestRunTC(object): [ "-j 2", join(HERE, "functional/arguments.py"), - join(HERE, "functional/bad_continuation.py"), + join(HERE, "functional/arguments.py"), ], code=2, ) |