From 1d13338cdb1562760f2808f137aaafd399c1f6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Fri, 28 Apr 2023 12:30:22 +0300 Subject: [PATCH] Drop PyPy 3.8 outcome ignores from test matrix --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 796880f..a4201c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,13 +48,11 @@ setenv = # Django development version is allowed to fail the test matrix ignore_outcome = djmain: True - pypy38-dj41: True ignore_errors = djmain: True - pypy38-dj41: True # QA runs type checks, linting, and code formatting checks -[testenv:py310-djqa] +[testenv:py311-djqa] deps = -r requirements-qa.txt commands = mypy axes