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 152faf3 commit 8f1cdd2Copy full SHA for 8f1cdd2
run_tests.sh
@@ -47,7 +47,8 @@ time coverage run -a tests/test_simple.py
47
unset PG_BIN
48
49
50
-# run tests (PG_CONFIG)
+# run tests (PG_CONFIG), also without psutil
51
+$PIP uninstall psutil
52
export PG_CONFIG=$(which pg_config)
53
time coverage run -a tests/test_simple.py
54
unset PG_CONFIG
0 commit comments