diff --git a/tests/python-tests.ps1 b/tests/python-tests.ps1 index a3e6547..1e340b7 100644 --- a/tests/python-tests.ps1 +++ b/tests/python-tests.ps1 @@ -50,7 +50,7 @@ Describe "Tests" { It "Run pip" { "pip install requests" | Should -ReturnZeroExitCode - "pip uninstall requests" | Should -ReturnZeroExitCode + "pip uninstall requests -y" | Should -ReturnZeroExitCode } if (IsNixPlatform $Platform) {