2015-02-22 15:58:51 +00:00
|
|
|
[bdist_wheel]
|
2017-02-24 00:43:48 +00:00
|
|
|
universal=1
|
2020-10-06 06:04:09 +00:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
markers =
|
|
|
|
network: marks tests which require network connection
|
2021-01-26 12:37:03 +00:00
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
relative_files = True
|
2021-08-21 15:33:15 +00:00
|
|
|
|
2021-11-29 20:35:18 +00:00
|
|
|
[flake8]
|
|
|
|
ignore = W503,W605,E128,E501,E203,E266,E501,E231
|
|
|
|
exclude = moto/packages,dist
|
|
|
|
|
2021-08-21 15:33:15 +00:00
|
|
|
[pylint.'MESSAGES CONTROL']
|
|
|
|
disable = W,C,R,E
|
|
|
|
# Check we have any tests with duplicate names (causing them to be skipped)
|
2021-12-01 23:06:58 +00:00
|
|
|
enable = function-redefined, redefined-builtin, unused-variable, dangerous-default-value, super-with-arguments, W0401, W0402, W0403, W0404, W0406, W0611
|