From 7fe3db8017ca72f05b25740ff3c65569b83fee32 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 13 Mar 2024 21:44:48 +1000 Subject: [PATCH] drop pypy testing --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6f5fe740..b3b516d0 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ isolated_build = True skipsdist = true usedevelop = true -envlist = py{38,39,310,311,312,py}-{all,core}, docs +envlist = py{38,39,310,311,312}-{all,core}, docs [testenv] setenv = @@ -14,7 +14,6 @@ basepython = py310: python3.10 py311: python3.11 py312: python3.12 - pypy: pypy3 deps= coverage install_command = pip install -e ".[test]" -U {opts} {packages}