mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Rename deprecated [pytest] section to new upstream-supported [tool:pytest] in according with pytest bug 567. This fixes issue 229.
This commit is contained in:
parent
17a1b838ca
commit
2eacca7742
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ requires-dist =
|
||||||
pycodestyle >= 2.0.0, < 2.1.0
|
pycodestyle >= 2.0.0, < 2.1.0
|
||||||
mccabe >= 0.5.0, < 0.6.0
|
mccabe >= 0.5.0, < 0.6.0
|
||||||
|
|
||||||
[pytest]
|
[tool:pytest]
|
||||||
norecursedirs = .git .* *.egg* old docs dist build
|
norecursedirs = .git .* *.egg* old docs dist build
|
||||||
addopts = -rw
|
addopts = -rw
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue