Skip to content

Commit

Permalink
Deselect a single (seems the offending one) test
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Nov 27, 2023
1 parent e2cd8e1 commit 94dc5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Test-kivy() {

echo "[run]`nplugins = kivy.tools.coverage`n" > .coveragerc

python -m pytest . --ignore=test_clipboard.py
python -m pytest . --deselect=test_clipboard.py::test_clipboard_copy_paste_with_emoji
}

function Get-angle-deps() {
Expand Down

0 comments on commit 94dc5d3

Please sign in to comment.