summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2022-07-11 15:59:21 -0500
committerGitHub <noreply@github.com>2022-07-11 15:59:21 -0500
commit5cff3af1011ab562155b7ce42c599ead681f0fb2 (patch)
tree7d2578ca348a6226f64675af9587716fb0057340 /tox.ini
parent82f817efa62587dd7ebf14001cc43988428b8455 (diff)
downloadcloud-init-git-5cff3af1011ab562155b7ce42c599ead681f0fb2.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
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,