diff --git a/conftest.py b/conftest.py index 1502422ee5245b5cbcd8dad216e4ef68b36f97d1..b1368c9624b2a8d5d19f1724d7ef35329996b3ae 100644 --- a/conftest.py +++ b/conftest.py @@ -48,7 +48,8 @@ except ImportError: try: import kerncraft except ImportError: - collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_kerncraft_coupling.py")] + collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils_tests/test_kerncraft_coupling.py"), + os.path.join(SCRIPT_FOLDER, "pystencils_tests/benchmark/benchmark.py")] add_path_to_ignore('pystencils/kerncraft_coupling') try: