remove pypy from tox tests (#524)

Co-authored-by: Iurchenko Sergei
This commit is contained in:
Sergei Iurchenko 2023-07-20 20:19:33 +03:00 committed by GitHub
parent 8317070890
commit 554dac0473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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