Skip to content

Commit ea07d8d

Browse files
ci: 'run_tests' files are updated (del PYTHONPATH) (#311)
1 parent 5db1a8f commit ea07d8d

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

run_tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
1818
source "${VENV_PATH}/bin/activate"
1919
pip install -r tests/requirements.txt
2020

21-
# install testgres' dependencies
22-
export PYTHONPATH=$(pwd)
23-
# $PIP install .
24-
2521
# test code quality
2622
pip install flake8 flake8-pyproject
2723
flake8 .

run_tests2.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
2424
source "${VENV_PATH}/bin/activate"
2525
pip install -r tests/requirements.txt
2626

27-
# install testgres' dependencies
28-
export PYTHONPATH=$(pwd)
29-
# $PIP install .
30-
3127
# test code quality
3228
pip install flake8 flake8-pyproject
3329
flake8 .

0 commit comments

Comments
 (0)