From f47cefe169666322297df43b3a069e530f31e058 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 5 Jan 2023 16:17:42 -0800 Subject: [PATCH] Remove pypy from default envlist TrivialFix Change-Id: I75b0d2c1a07a407e7bae4fdc14928adfc46156de --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 454b8dfe..907516fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py3,pypy,pep8 +envlist = py3,pep8 [testenv] basepython = python3