From 13b26039fab4890f590b5bb22b14b0d7f9c6f891 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 20 Oct 2020 15:47:44 +0300 Subject: [PATCH] add fix to confirm uninstalling --- tests/python-tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {