Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16b7930

Browse files
cleanup: CI uses "python -m pytest ..." explicitly (#5)
"export PYTHONPATH=$(pwd)" is deleted.
1 parente24a69e commit16b7930

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)

[8]ページ先頭

©2009-2025 Movatter.jp