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
1818virtualenv --python=" /usr/bin/python${PYTHON_VERSION} " " ${VENV_PATH} "
1919export VIRTUAL_ENV_DISABLE_PROMPT=1
2020source " ${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
2223
2324# install testgres' dependencies
2425export PYTHONPATH=$( pwd)
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ rm -rf $VENV_PATH
2424python -m venv " ${VENV_PATH} "
2525export VIRTUAL_ENV_DISABLE_PROMPT=1
2626source " ${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
2829
2930# install testgres' dependencies
3031export 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