mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
setup.cfg: Move pytest options to pytest.ini
https://github.com/pytest-dev/pytest/issues/567
This commit is contained in:
parent
17a1b838ca
commit
990e237e1b
2 changed files with 3 additions and 4 deletions
3
pytest.ini
Normal file
3
pytest.ini
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
norecursedirs = .git .* *.egg* old docs dist build
|
||||
addopts = -rw
|
||||
Loading…
Add table
Add a link
Reference in a new issue