summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_checker_variables.py
diff options
context:
space:
mode:
authorDerek Gustafson <degustaf@gmail.com>2016-12-07 15:57:51 +0000
committerDerek Gustafson <degustaf@gmail.com>2016-12-07 15:57:51 +0000
commit3d14bcb35e7fd9b744be353cf6ca689b1ea038b3 (patch)
tree0f5d2670d413e8167f5cce2933e8a8e7f45fd8a5 /pylint/test/unittest_checker_variables.py
parent4faacf211922fbb5a02260dad36a0dbc9d6b6ca6 (diff)
downloadpylint-git-3d14bcb35e7fd9b744be353cf6ca689b1ea038b3.tar.gz
Remove pytest.main calls.
Diffstat (limited to 'pylint/test/unittest_checker_variables.py')
-rw-r--r--pylint/test/unittest_checker_variables.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint/test/unittest_checker_variables.py b/pylint/test/unittest_checker_variables.py
index cf1048b71..a2b605566 100644
--- a/pylint/test/unittest_checker_variables.py
+++ b/pylint/test/unittest_checker_variables.py
@@ -147,7 +147,3 @@ class TestMissingSubmodule(CheckerTestCase):
assert got == "E: 3: Undefined variable name 'missing' in __all__"
finally:
sys.path.pop(0)
-
-if __name__ == '__main__':
- import pytest
- pytest.main(sys.argv)