File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020 - " pyproject.toml"
2121 - " reportsizedeltas/tests/**"
2222 - " **.py"
23+ - " **/pytest.ini"
2324 pull_request :
2425 paths :
2526 - " .github/workflows/test-python-poetry-task.ya?ml"
3233 - " pyproject.toml"
3334 - " reportsizedeltas/tests/**"
3435 - " **.py"
36+ - " **/pytest.ini"
3537 schedule :
3638 # Run periodically to catch breakage caused by external changes.
3739 - cron : " 0 12 * * WED"
Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ tasks:
248248 - task : poetry:install-deps
249249 cmds :
250250 - |
251- export PYTHONPATH="${PWD}/{{.PYTHON_PROJECT_PATH}}"
252251 poetry run \
253252 coverage run \
254253 --source="{{.PYTHON_PROJECT_PATH}}" \
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ filterwarnings =
88# --capture=no - disable per-test capture
99# --tb=long sets the length of the traceback in case of failures
1010addopts = --capture =no --tb =long --verbose
11+ pythonpath = reportsizedeltas
You can’t perform that action at this time.
0 commit comments