From 554dac04731e28fa22e657d80dc617ca578ac5c0 Mon Sep 17 00:00:00 2001 From: Sergei Iurchenko Date: Thu, 20 Jul 2023 20:19:33 +0300 Subject: [PATCH] remove pypy from tox tests (#524) Co-authored-by: Iurchenko Sergei --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 448f76a..95a037f 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ requires = tox<4 envlist = - py{37,38,39,310,py3}-dj{32}-{unittest,pytest} + py{37,38,39,310}-dj{32}-{unittest,pytest} py{38,39,310}-dj{40}-{unittest,pytest} py{38,39,310,311}-dj{41,42}-{unittest,pytest} py{310,311}-dj{main}-{unittest,pytest} @@ -12,7 +12,7 @@ deps = redis coverage django-picklefield - dj32: Django>=3.2,<4 + dj32: Django>=3.2,<4; dj40: Django>=4.0,<4.1 dj41: Django>=4.1,<4.2 dj42: Django>=4.2,<5.0 @@ -39,4 +39,3 @@ python = 3.9: py39 3.10: py310 3.11: py311 - pypy-3: pypy3