From 65f95cf4f5cde21f22ec8c5ecb1cd18a9e0c05eb Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 26 Apr 2022 09:48:27 -0500 Subject: [PATCH] missed an exclusion of py36-mysql --- .github/workflows/downstream_testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/downstream_testing.yml b/.github/workflows/downstream_testing.yml index bdf7a352e..30640b216 100644 --- a/.github/workflows/downstream_testing.yml +++ b/.github/workflows/downstream_testing.yml @@ -36,6 +36,7 @@ jobs: linting,docs py310-dj40-postgres-xdist-coverage py310-dj32-postgres-xdist-coverage py39-dj32-postgres-xdist-coverage py38-dj32-sqlite-xdist-coverage py38-dj40-sqlite-xdist-coverage py39-djmain-sqlite-coverage pypy3-dj32-postgres + py36-dj32-mysql_myisam-coverage - name: "pytest-django" repo: "pytest-dev/pytest-django" docker_profile: "nodb"