mirror of https://github.com/pyodide/pyodide.git
MAINT: Remove old if statement that's always True
This commit is contained in:
parent
5fb848956c
commit
87f0930d4e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue