3a5db84a33
Like Zuul, replace our usage of tox with nox. Change-Id: I18e2dffaf737f0b57020d50c1c18397ee5dc1362
49 lines
1.3 KiB
INI
49 lines
1.3 KiB
INI
[metadata]
|
|
name = nodepool
|
|
summary = Node pool management for a distributed test infrastructure
|
|
description-file =
|
|
README.rst
|
|
author = Zuul Team
|
|
author-email = zuul-discuss@lists.zuul-ci.org
|
|
home-page = https://zuul-ci.org/
|
|
python-requires = >= 3.8
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
|
nodepool-builder = nodepool.cmd.builder:main
|
|
nodepool-launcher = nodepool.cmd.launcher:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[extras]
|
|
nodepool_base =
|
|
yappi
|
|
objgraph
|
|
python-logstash-async
|
|
|
|
[flake8]
|
|
# These are ignored intentionally in zuul projects;
|
|
# please don't submit patches that solely correct them or enable them.
|
|
ignore = E124,E125,E129,E402,E741,W503,W504
|
|
show-source = True
|
|
exclude = .venv,.tox,dist,doc,build,*.egg
|