Skip to content

Commit 13b2603

Browse files
author
Dmitry Shibanov
committed
add fix to confirm uninstalling
1 parent aa89155 commit 13b2603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Describe "Tests" {
5050

5151
It "Run pip" {
5252
"pip install requests" | Should -ReturnZeroExitCode
53-
"pip uninstall requests" | Should -ReturnZeroExitCode
53+
"pip uninstall requests -y" | Should -ReturnZeroExitCode
5454
}
5555

5656
if (IsNixPlatform $Platform) {

0 commit comments

Comments
 (0)