Skip to content

Commit 2fb0e91

Browse files
committed
fixup: test
1 parent f6de736 commit 2fb0e91

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/oldest-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
- name: Run tests without xdist
6262
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v4.1.1
6363
with:
64-
command: pytest -c oldest/pyproject.toml -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
64+
command: pytest -c pyproject.oldest.toml -svv -p no:xdist --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml
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 oldest/pyproject.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 -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@v5
7070
if: failure()
7171
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ xfail_strict=true
33
addopts = "--showlocals --verbose --cov"
44
testpaths = "tests"
55
pytester_example_dir = "tests/examples"
6-
norecursedirs = "../examples"
6+
norecursedirs = "examples"

0 commit comments

Comments
 (0)