From 10080dc60dc22b51bfcaea80ce2e68a922be9d9a Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 14 Apr 2020 14:49:12 +0300 Subject: [PATCH] Remove pypy (2) environment from tox.ini pypy refers to Pypy 2 which implements Python 2 which pytest does not support. Keep only pypy3. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ee3466bac..3a280abb7 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ envlist = py36 py37 py38 - pypy pypy3 py37-{pexpect,xdist,twisted,numpy,pluggymaster} doctesting