mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
- warnings in configparser were silenced upstream (unless `-3` is passed) - we no longer invoke tests from `python setup.py test`
7 lines
241 B
INI
7 lines
241 B
INI
[pytest]
|
|
norecursedirs = .git .* *.egg* old docs dist build
|
|
addopts = -rw
|
|
filterwarnings =
|
|
error
|
|
# python3.4 raises this when importing setuptools
|
|
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|