2017-11-26 21:18:07 +00:00
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
# ensure LICENSE is included in wheel metadata
|
|
|
|
license_file = LICENSE
|
|
|
|
|
|
|
|
|
2016-08-22 11:11:47 +00:00
|
|
|
[tool:pytest]
|
|
|
|
minversion = 3.0
|
2015-12-02 06:41:28 +00:00
|
|
|
strict = true
|
|
|
|
addopts = -ra
|
|
|
|
testpaths = tests
|
2017-06-01 11:12:19 +00:00
|
|
|
filterwarnings =
|
|
|
|
once::Warning
|
2018-10-19 08:48:09 +00:00
|
|
|
ignore:::pympler[.*]
|
2015-12-02 06:41:28 +00:00
|
|
|
|
2016-09-24 11:11:18 +00:00
|
|
|
|
2017-11-26 21:18:07 +00:00
|
|
|
[isort]
|
|
|
|
atomic=true
|
2018-11-26 16:51:55 +00:00
|
|
|
force_grid_wrap=0
|
2018-06-10 17:40:07 +00:00
|
|
|
include_trailing_comma=true
|
2017-11-26 21:18:07 +00:00
|
|
|
lines_after_imports=2
|
|
|
|
lines_between_types=1
|
2018-06-10 17:40:07 +00:00
|
|
|
multi_line_output=3
|
2017-11-26 21:18:07 +00:00
|
|
|
not_skip=__init__.py
|
2018-11-26 16:51:55 +00:00
|
|
|
use_parentheses=true
|
2017-11-26 21:18:07 +00:00
|
|
|
|
|
|
|
known_first_party=attr
|
2018-11-24 12:17:26 +00:00
|
|
|
known_third_party=hypothesis,pytest,setuptools,six,zope
|