File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
- " pyproject.toml"
17
17
- " compilesketches/tests/**"
18
18
- " **.py"
19
+ - " **/pytest.ini"
19
20
pull_request :
20
21
paths :
21
22
- " .github/workflows/test-python-poetry-task.ya?ml"
28
29
- " pyproject.toml"
29
30
- " compilesketches/tests/**"
30
31
- " **.py"
32
+ - " **/pytest.ini"
31
33
schedule :
32
34
# Run periodically to catch breakage caused by external changes.
33
35
- cron : " 0 12 * * WED"
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ tasks:
434
434
POETRY_GROUPS : dev,main
435
435
cmds :
436
436
- |
437
- export PYTHONPATH="${PWD}/{{.PYTHON_PROJECT_PATH}}"
438
437
poetry run \
439
438
coverage run \
440
439
--source="{{.PYTHON_PROJECT_PATH}}" \
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ filterwarnings =
8
8
# --capture=no - disable per-test capture
9
9
# --tb=long sets the length of the traceback in case of failures
10
10
addopts = --capture =no --tb =long --verbose
11
+ pythonpath = compilesketches
You can’t perform that action at this time.
0 commit comments