Description: Avoid arguably author-only tests
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2016-07-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,7 +52,7 @@
 
 [tool.tox]
 min_version = "4.0"
-envlist = ["py", "flake8", "isort", "mypy"]
+envlist = ["py", "flake8", "mypy"]
 
 [tool.tox.env.py]
 extras = ["test"]
@@ -67,11 +67,6 @@
 commands = [["flake8", "."]]
 skip_install = true
 
-[tool.tox.env.isort]
-deps = ["isort==5.13.2"]
-commands = [["isort", "--check", "--diff", "."]]
-skip_install = true
-
 [tool.tox.env.mypy]
 deps = ["mypy==1.11.0"]
 commands = [["mypy", "--install-types", "--non-interactive", "."]]
