Skip to content

Commit

Permalink
Exclude pytest-qt for win/3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Nov 5, 2024
1 parent 699b2ea commit b5f707e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
fi
if [[ "${{matrix.TARGET}}" == win && "${{matrix.python}}" == "3.13" ]]; then
# As of Nov 4, 2024, pint/qtconsole are not compatible with python 3.13 on win
EXCLUDE="pint qtconsole $EXCLUDE"
EXCLUDE="pint qtconsole pytest-qt $EXCLUDE"
fi
EXCLUDE=`echo "$EXCLUDE" | xargs`
if test -n "$EXCLUDE"; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
fi
if [[ "${{matrix.TARGET}}" == win && "${{matrix.python}}" == "3.13" ]]; then
# As of Nov 4, 2024, pint/qtconsole are not compatible with python 3.13 on win
EXCLUDE="pint qtconsole $EXCLUDE"
EXCLUDE="pint qtconsole pytest-qt $EXCLUDE"
fi
EXCLUDE=`echo "$EXCLUDE" | xargs`
if test -n "$EXCLUDE"; then
Expand Down

0 comments on commit b5f707e

Please sign in to comment.