Skip to content

Commit 16b7930

Browse files
cleanup: CI uses "python -m pytest ..." explicitly (#5)
"export PYTHONPATH=$(pwd)" is deleted.
1 parent e24a69e commit 16b7930

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

run_tests3.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
1212
source "${VENV_PATH}/bin/activate"
1313
pip install pytest pytest-xdist
1414

15-
# install testgres' dependencies
16-
export PYTHONPATH=$(pwd)
17-
# $PIP install .
18-
19-
pytest -l -v -n 4
15+
python -m pytest -l -v -n 4
2016

2117
set +eux
22-

0 commit comments

Comments
 (0)