From 9d74363275179d857a0a3aa94efb0dcdca250c6c Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 23 Jul 2018 12:37:37 -0400 Subject: [PATCH] Turn on core Python tests --- test/test_python.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_python.py b/test/test_python.py index 7378d1653..4647cfda8 100644 --- a/test/test_python.py +++ b/test/test_python.py @@ -1,4 +1,3 @@ -import os import pathlib import time @@ -287,7 +286,7 @@ def test_run_core_python_test(python_test, selenium): def pytest_generate_tests(metafunc): if 'python_test' in metafunc.fixturenames: test_modules = [] - if 'CIRCLECI' not in os.environ and False: + if True: with open( str(pathlib.Path(__file__).parents[0] / "python_tests.txt")) as fp: