mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
fix CI build
This commit is contained in:
parent
076dfeee37
commit
7506847c9a
4 changed files with 9 additions and 3 deletions
|
|
@ -5,3 +5,6 @@ filterwarnings =
|
|||
error
|
||||
# python3.4 raises this when importing setuptools
|
||||
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
|
||||
# python3 raises this when importing setuptools
|
||||
ignore:the imp module is deprecated in favour of importlib.*:PendingDeprecationWarning
|
||||
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue