Skip to content

Commit

Permalink
tox: Remove entries from default envlist (#1578)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheRealFalcon committed Jul 11, 2022
1 parent 82f817e commit 5cff3af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
@@ -1,8 +1,6 @@
[tox]
envlist =
py3,
lowest-supported-dev,
hypothesis-slow,
black,
flake8,
isort,
Expand Down

0 comments on commit 5cff3af

Please sign in to comment.