We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3c2f0 commit 7713ed6Copy full SHA for 7713ed6
test/pytest/generate_ci_yaml.py
@@ -41,7 +41,7 @@ def uses_example_model(test_filename):
41
return 'example-models' in content
42
43
44
-def generate_test_yaml(test_root: str | Path = '.'):
+def generate_test_yaml(test_root='.'):
45
test_root = Path(test_root)
46
test_paths = [path for path in test_root.glob('**/test_*.py') if path.stem not in BLACKLIST]
47
for path in test_paths:
0 commit comments