From 4fdbd51284fc459695742f48d45881874f4133e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Mon, 15 Feb 2021 20:22:49 +0200 Subject: [PATCH] Allow Django dev version tests to fail --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 909f2cc..4ed14f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 # Django development version is allowed to fail the test matrix -[testenv:py{36,37,38,39,py3}-dj{dev}] +[testenv:py{36,37,38,39,py3}-djdev] ignore_errors = true ignore_outcome = true