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 20
20
- " pyproject.toml"
21
21
- " reportsizedeltas/tests/**"
22
22
- " **.py"
23
+ - " **/pytest.ini"
23
24
pull_request :
24
25
paths :
25
26
- " .github/workflows/test-python-poetry-task.ya?ml"
32
33
- " pyproject.toml"
33
34
- " reportsizedeltas/tests/**"
34
35
- " **.py"
36
+ - " **/pytest.ini"
35
37
schedule :
36
38
# Run periodically to catch breakage caused by external changes.
37
39
- cron : " 0 12 * * WED"
Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ tasks:
248
248
- task : poetry:install-deps
249
249
cmds :
250
250
- |
251
- export PYTHONPATH="${PWD}/{{.PYTHON_PROJECT_PATH}}"
252
251
poetry run \
253
252
coverage run \
254
253
--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 = reportsizedeltas
You can’t perform that action at this time.
0 commit comments