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 e20ed5e commit 61b5d44Copy full SHA for 61b5d44
run_tests.sh
@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
22
source $VENV_PATH/bin/activate
23
24
# install utilities
25
-$PIP install coverage flake8
+$PIP install coverage flake8 psutil
26
27
# install testgres' dependencies
28
export PYTHONPATH=$(pwd)
0 commit comments