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 1616 - " pyproject.toml"
1717 - " compilesketches/tests/**"
1818 - " **.py"
19+ - " **/pytest.ini"
1920 pull_request :
2021 paths :
2122 - " .github/workflows/test-python-poetry-task.ya?ml"
2829 - " pyproject.toml"
2930 - " compilesketches/tests/**"
3031 - " **.py"
32+ - " **/pytest.ini"
3133 schedule :
3234 # Run periodically to catch breakage caused by external changes.
3335 - cron : " 0 12 * * WED"
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ tasks:
434434 POETRY_GROUPS : dev,main
435435 cmds :
436436 - |
437- export PYTHONPATH="${PWD}/{{.PYTHON_PROJECT_PATH}}"
438437 poetry run \
439438 coverage run \
440439 --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 = compilesketches
You can’t perform that action at this time.
0 commit comments