mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 11:26:54 +00:00
Merge branch 'setupcfg' into 'master'
Test suite fixes https://github.com/pytest-dev/pytest/issues/567 See merge request !123
This commit is contained in:
commit
d6b7d45020
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include *.rst
|
||||
include CONTRIBUTORS.txt
|
||||
include LICENSE
|
||||
include *.ini
|
||||
global-exclude *.pyc
|
||||
recursive-include docs *.rst *.py
|
||||
recursive-include tests *.py *.ini *.rst *_diff
|
||||
|
|
|
|||
3
pytest.ini
Normal file
3
pytest.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
norecursedirs = .git .* *.egg* old docs dist build
|
||||
addopts = -rw
|
||||
|
|
@ -11,7 +11,3 @@ requires-dist =
|
|||
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
|
||||
pycodestyle >= 2.0.0, < 2.1.0
|
||||
mccabe >= 0.5.0, < 0.6.0
|
||||
|
||||
[pytest]
|
||||
norecursedirs = .git .* *.egg* old docs dist build
|
||||
addopts = -rw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue