Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit fb8c271

Browse files
committed
chore(tests): update config
Signed-off-by: Tomas Dvorak <[email protected]>
1 parent 16a14f8 commit fb8c271

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/test_examples.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
}
2828

2929
scripts_lt_3_12 = {script for script in all_scripts if script.name not in ignore_files | skip_for_python_3_12}
30-
scripts_3_12 = {script for script in all_scripts if script.name in skip_for_python_3_12}
30+
scripts_3_12 = {
31+
script for script in all_scripts if script.name in skip_for_python_3_12 and script.name not in ignore_files
32+
}
3133

3234

3335
def idfn(val):

0 commit comments

Comments
 (0)