Skip to content

Commit

Permalink
chore(tests): update config
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Nov 30, 2024
1 parent 16a14f8 commit fb8c271
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
}

scripts_lt_3_12 = {script for script in all_scripts if script.name not in ignore_files | skip_for_python_3_12}
scripts_3_12 = {script for script in all_scripts if script.name in skip_for_python_3_12}
scripts_3_12 = {
script for script in all_scripts if script.name in skip_for_python_3_12 and script.name not in ignore_files
}


def idfn(val):
Expand Down

0 comments on commit fb8c271

Please sign in to comment.