File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 - name : Run xdist test
6666 uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.1.1
6767 with :
68- command : pytest -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
68+ command : pytest -vv --setup-show - n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
6969 - uses : actions/upload-artifact@v6
7070 if : failure()
7171 with :
Original file line number Diff line number Diff line change 11[tool .pytest .ini_options ]
22xfail_strict =true
3- addopts = " --showlocals --verbose --cov"
3+ addopts = " --showlocals -vv --setup-show --cov"
44testpaths = " tests"
55pytester_example_dir = " tests/examples"
66norecursedirs = " examples"
You can’t perform that action at this time.
0 commit comments