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
|
|
|
|
|
|
|
[pylint.'MESSAGES CONTROL']
|
|
|
|
disable = W,C,R,E
|
|
|
|
# Check we have any tests with duplicate names (causing them to be skipped)
|
|
|
|
enable = function-redefined
|