We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee4ab1 commit a93b11eCopy full SHA for a93b11e
pyproject.toml
@@ -6,6 +6,7 @@ requires = [
6
build-backend = 'setuptools.build_meta'
7
8
9
+# TODO: move configuration to setup.cfg when available
10
[tool.isort]
11
multi_line_output = 3
12
include_trailing_comma = true
tox.ini
@@ -35,7 +35,6 @@ extras =
35
deps =
36
pytest
37
pytest-cov
38
- pytest-runner
39
40
commands_pre =
41
# Remove the python-rsa and python-ecdsa backends
0 commit comments