Skip to content

Commit ada5852

Browse files
author
v.shepard
committed
PBCKP-614 fix dependency error detection
1 parent 6751a4c commit ada5852

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

run_tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ $VIRTUALENV $VENV_PATH
2121
export VIRTUAL_ENV_DISABLE_PROMPT=1
2222
source $VENV_PATH/bin/activate
2323

24-
# install utilities
25-
$PIP install coverage flake8 psutil Sphinx
2624

2725
# install testgres' dependencies
2826
export PYTHONPATH=$(pwd)
2927
$PIP install .
3028

29+
30+
# install utilities
31+
$PIP install coverage flake8 psutil Sphinx
32+
3133
# test code quality
3234
flake8 .
3335

0 commit comments

Comments
 (0)