diff --git a/tests/test_examples.py b/tests/test_examples.py index 44e9d266..f8881f96 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -3,7 +3,7 @@ import glob import os -root_directory = "examples/python" +root_directory = "examples" @pytest.mark.skip def test_example(example_basename):