We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6897be0 commit 6bd85a3Copy full SHA for 6bd85a3
tests/eptestpackage/eptestpackage.py
@@ -7,7 +7,7 @@ def mainw():
7
def do_refresh():
8
import subprocess
9
with subprocess.Popen(
10
- ["pymanager", "install", "-q", "--refresh"],
+ ["pymanager", "install", "-v", "--refresh"],
11
stdout=subprocess.PIPE,
12
stderr=subprocess.STDOUT,
13
encoding="ascii",
0 commit comments