MAINT: Remove old if statement that's always True

This commit is contained in:
Michael Droettboom 2018-09-21 14:23:31 -04:00
parent 5fb848956c
commit 87f0930d4e
1 changed files with 15 additions and 17 deletions

View File

@ -1,4 +1,3 @@
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: