Skip to content

Commit

Permalink
Uninstall pytest-cov (test) - do not prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Nov 27, 2023
1 parent 6796d48 commit 8c8d56d
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 @@ -61,7 +61,7 @@ function Test-kivy() {
cd "$test_path"

echo "[run]`nplugins = kivy.tools.coverage`n" > .coveragerc
pip uninstall pytest-cov
pip uninstall -y pytest-cov
python -m pytest .
}

Expand Down

0 comments on commit 8c8d56d

Please sign in to comment.