From fe451fa27a96ab83766330aaca795aff530e7c4b Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 7 Nov 2023 10:18:08 +0000 Subject: [PATCH] Fix unit tests --- tests/test_examples.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index f8881f96..21bace19 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -19,7 +19,6 @@ def test_example(example_basename): pipe.kill() def pytest_generate_tests(metafunc): - root_directory = "examples/python" example_files = glob.glob(os.path.join(root_directory, "*.py")) if len(example_files) == 0: raise RuntimeError("Couldn't find any examples in directory: %s" % root_directory)