Commit e2e8b297 authored by Michael Droettboom's avatar Michael Droettboom

Linting

parent d9b74e05
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment