add fix to confirm uninstalling

This commit is contained in:
Dmitry Shibanov 2020-10-20 15:47:44 +03:00
parent aa8915507a
commit 13b26039fa

View File

@ -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) {