diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-07 13:51:02 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-07 19:19:21 -0800 |
| commit | afe1ba4f619427afeaf95795ac0676153069a1f4 (patch) | |
| tree | edcd1c98ef5dfd326dec9a2672f4510268004bbd /pytest.ini | |
| parent | 894c4ac9ee2a2309bfdf873a841cd9fc2f05df1b (diff) | |
| download | flake8-afe1ba4f619427afeaf95795ac0676153069a1f4.tar.gz | |
Enforce warnings under test
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ [pytest] norecursedirs = .git .* *.egg* old docs dist build addopts = -rw +filterwarnings = + error + # python2.x `configparser` warns about native string but it works fine + ignore:You passed a bytestring as `filenames`.*:DeprecationWarning + # python3.4 raises this when importing setuptools + ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning |
