mirror of https://github.com/celery/kombu.git
23 lines
388 B
INI
23 lines
388 B
INI
[tool:pytest]
|
|
testpaths = t/unit/
|
|
python_classes = test_*
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/
|
|
build-dir = docs/_build
|
|
all_files = 1
|
|
|
|
[flake8]
|
|
# classes can be lowercase, arguments and variables can be uppercase
|
|
# whenever it makes the code more readable.
|
|
ignore = N806, N802, N801, N803
|
|
|
|
[pep257]
|
|
ignore = D102,D104,D203,D105,D213
|
|
|
|
[bdist_rpm]
|
|
requires = amqp >= 2.
|
|
|
|
[wheel]
|
|
universal = 1
|