We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1cdd2 commit f6d1e5bCopy full SHA for f6d1e5b
run_tests.sh
@@ -48,7 +48,7 @@ unset PG_BIN
48
49
50
# run tests (PG_CONFIG), also without psutil
51
-$PIP uninstall psutil
+$PIP uninstall -y psutil
52
export PG_CONFIG=$(which pg_config)
53
time coverage run -a tests/test_simple.py
54
unset PG_CONFIG
0 commit comments