From e2e8b297390ee7ae5d4dfc379f39d8f1c09bf27d Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Sun, 24 Jun 2018 12:23:30 -0400 Subject: [PATCH] Linting --- test/test_python.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_python.py b/test/test_python.py index 941a8ceb2..20e77e9f2 100644 --- a/test/test_python.py +++ b/test/test_python.py @@ -182,8 +182,4 @@ def pytest_generate_tests(metafunc): parts = line.split() if len(parts) == 1: test_modules.append(parts[0]) - # XXX: The tests take too long to run, so we're just doing - # a sanity check on the first 25 - if 'TRAVIS' in os.environ and len(test_modules) > 25: - break metafunc.parametrize("python_test", test_modules)