File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ rm -rf $VENV_PATH
18
18
virtualenv --python=" /usr/bin/python${PYTHON_VERSION} " " ${VENV_PATH} "
19
19
export VIRTUAL_ENV_DISABLE_PROMPT=1
20
20
source " ${VENV_PATH} /bin/activate"
21
- pip install coverage flake8 psutil Sphinx pytest pytest-xdist psycopg2 six psutil
21
+ pip install -r tests/requirements.txt
22
+ pip install coverage flake8 Sphinx
22
23
23
24
# install testgres' dependencies
24
25
export PYTHONPATH=$( pwd)
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ rm -rf $VENV_PATH
24
24
python -m venv " ${VENV_PATH} "
25
25
export VIRTUAL_ENV_DISABLE_PROMPT=1
26
26
source " ${VENV_PATH} /bin/activate"
27
- pip install coverage flake8 psutil Sphinx pytest pytest-xdist psycopg2 six psutil
27
+ pip install -r tests/requirements.txt
28
+ pip install coverage flake8 Sphinx
28
29
29
30
# install testgres' dependencies
30
31
export PYTHONPATH=$( pwd)
Original file line number Diff line number Diff line change
1
+ psutil
2
+ pytest
3
+ pytest-xdist
4
+ psycopg2
5
+ six
You can’t perform that action at this time.
0 commit comments