Commit 876c9a5b authored by Michael Droettboom's avatar Michael Droettboom

Turn off full Python tests

parent ad3a7599
......@@ -286,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 True:
if 'CIRCLECI' not in os.environ:
with open(
str(pathlib.Path(__file__).parents[0] /
"python_tests.txt")) as 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