Commit 87f0930d authored by Michael Droettboom's avatar Michael Droettboom

MAINT: Remove old if statement that's always True

parent 5fb84895
import os
from pathlib import Path
import time
......@@ -357,7 +356,6 @@ def pytest_generate_tests(metafunc):
if 'python_test' in metafunc.fixturenames:
test_modules = []
test_modules_ids = []
if 'CIRCLECI' not in os.environ or True:
with open(
Path(__file__).parent / "python_tests.txt") as fp:
for line in fp:
......
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