From 6796d482841e6e0d45b47d9e32801ffa84c956c7 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Mon, 27 Nov 2023 18:46:03 +0100 Subject: [PATCH] Uninstall pytest-cov (test) --- ci/windows_ci.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/windows_ci.ps1 b/ci/windows_ci.ps1 index 66fba40..e26b11c 100644 --- a/ci/windows_ci.ps1 +++ b/ci/windows_ci.ps1 @@ -61,6 +61,7 @@ function Test-kivy() { cd "$test_path" echo "[run]`nplugins = kivy.tools.coverage`n" > .coveragerc + pip uninstall pytest-cov python -m pytest . }