moto/setup.cfg
2021-10-18 19:44:29 +00:00

15 lines
402 B
INI

[bdist_wheel]
universal=1
[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)
enable = function-redefined, redefined-builtin, unused-variable, dangerous-default-value, W0401, W0402, W0403, W0404, W0406, W0611