update pytest-django matrix with upstream changes

This commit is contained in:
sommersoft 2022-04-26 09:39:09 -05:00
parent 86b8cbdd40
commit a36538c33b
1 changed files with 7 additions and 11 deletions

View File

@ -25,9 +25,8 @@ jobs:
jobs: "test" jobs: "test"
workflow_name: "main.yml" workflow_name: "main.yml"
matrix_exclude: | matrix_exclude: |
linting,docs py39-dj40-mysql_innodb-coverage py36-dj22-sqlite-xdist-coverage py37-dj22-sqlite-xdist-coverage linting,docs py39-dj40-mysql_innodb-coverage py38-dj32-sqlite-xdist-coverage
py38-dj32-sqlite-xdist-coverage py38-dj40-sqlite-xdist-coverage py39-djmain-sqlite-coverage py38-dj40-sqlite-xdist-coverage py39-djmain-sqlite-coverage py36-dj32-mysql_myisam-coverage
py35-dj22-postgres-pytest54-coverage py35-dj22-sqlite_file-coverage py36-dj32-mysql_myisam-coverage
- name: "pytest-django" - name: "pytest-django"
repo: "pytest-dev/pytest-django" repo: "pytest-dev/pytest-django"
docker_profile: "mysql" docker_profile: "mysql"
@ -35,20 +34,17 @@ jobs:
workflow_name: "main.yml" workflow_name: "main.yml"
matrix_exclude: | matrix_exclude: |
linting,docs py310-dj40-postgres-xdist-coverage py310-dj32-postgres-xdist-coverage linting,docs py310-dj40-postgres-xdist-coverage py310-dj32-postgres-xdist-coverage
py39-dj32-postgres-xdist-coverage py35-dj22-postgres-pytest54-coverage pypy3-dj22-postgres py39-dj32-postgres-xdist-coverage py38-dj32-sqlite-xdist-coverage
py36-dj22-sqlite-xdist-coverage py37-dj22-sqlite-xdist-coverage py38-dj32-sqlite-xdist-coverage py38-dj40-sqlite-xdist-coverage py39-djmain-sqlite-coverage pypy3-dj32-postgres
py38-dj40-sqlite-xdist-coverage py39-djmain-sqlite-coverage py35-dj22-sqlite_file-coverage
py36-dj32-mysql_myisam-coverage
- name: "pytest-django" - name: "pytest-django"
repo: "pytest-dev/pytest-django" repo: "pytest-dev/pytest-django"
docker_profile: "nodb" docker_profile: "nodb"
jobs: "test" jobs: "test"
workflow_name: "main.yml" workflow_name: "main.yml"
matrix_exclude: | matrix_exclude: |
linting,docs py39-dj40-mysql_innodb-coverage py35-dj22-postgres-pytest54-coverage linting,docs py310-dj40-postgres-xdist-coverage py310-dj32-postgres-xdist-coverage
py36-dj32-mysql_myisam-coverage py310-dj40-postgres-xdist-coverage py39-dj32-postgres-xdist-coverage py39-dj40-mysql_innodb-coverage
py310-dj32-postgres-xdist-coverage py39-dj32-postgres-xdist-coverage py36-dj32-mysql_myisam-coverage pypy3-dj32-postgres
pypy3-dj22-postgres py36-dj22-sqlite-xdist-coverage py35-dj22-sqlite_file-coverage
- name: "pytest-html" - name: "pytest-html"
repo: "pytest-dev/pytest-html" repo: "pytest-dev/pytest-html"