From 849530ecb27930031e6f707494b11642a7b35eda Mon Sep 17 00:00:00 2001 From: Davide Date: Fri, 6 Oct 2023 10:38:36 +0200 Subject: [PATCH] Update setup.cgg --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cb19b92..205e632 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,7 +67,7 @@ envlist = py{38,39,310,311,312}-django{40,41,42} py{310,311,312}-django{50,master} -[tox:gh] +[gh] python = 3.12 = py312 3.11 = py311 @@ -78,10 +78,13 @@ python = [testenv] usedevelop = true -extras = tests whitelist_externals = py.test commands = py.test deps= + pytest + pytest-cov + pytest-django + django-guardian~=2.4.0 django32: Django>=3.2,<3.3 django32: Django>=3.2,<3.3 django40: Django>=4.0,<4.1