From 5cff3af1011ab562155b7ce42c599ead681f0fb2 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 11 Jul 2022 15:59:21 -0500 Subject: tox: Remove entries from default envlist (#1578) lowest-supported-dev requires running with python 3.6, which few people will be running locally. hypothesis-slow is being removed because fuzz testing shouldn't be a gate for new features. LP: #1980854 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 495b8256..f35194bf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,6 @@ [tox] envlist = py3, - lowest-supported-dev, - hypothesis-slow, black, flake8, isort, -- cgit v1.2.1