moto/setup.cfg

15 lines
402 B
INI
Raw Normal View History

2015-02-22 15:58:51 +00:00
[bdist_wheel]
universal=1
2020-10-06 06:04:09 +00:00
[tool:pytest]
markers =
network: marks tests which require network connection
[coverage:run]
relative_files = True
[pylint.'MESSAGES CONTROL']
disable = W,C,R,E
# Check we have any tests with duplicate names (causing them to be skipped)
2021-10-18 19:44:29 +00:00
enable = function-redefined, redefined-builtin, unused-variable, dangerous-default-value, W0401, W0402, W0403, W0404, W0406, W0611