From a03e81328fd6131210ee7000699930626bb6465b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Tue, 16 Aug 2022 15:12:23 +0300 Subject: [PATCH] Allow PyPy 3.8 test to fail for Django 4.1 Further information on https://foss.heptapod.net/pypy/pypy/-/issues/3751 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2843f27..c711449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,10 @@ 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]