mirror of
https://github.com/certbot/certbot.git
synced 2025-08-09 15:02:48 +03:00
merge dev and dev3 (#8639)
This commit is contained in:
@@ -81,7 +81,13 @@ elif sys.version_info < (3,3):
|
|||||||
install_requires.append('mock')
|
install_requires.append('mock')
|
||||||
|
|
||||||
dev_extras = [
|
dev_extras = [
|
||||||
|
'astroid',
|
||||||
|
'azure-devops',
|
||||||
'coverage',
|
'coverage',
|
||||||
|
'ipdb',
|
||||||
|
'mypy',
|
||||||
|
'PyGithub',
|
||||||
|
'pylint',
|
||||||
'pytest',
|
'pytest',
|
||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'pytest-xdist',
|
'pytest-xdist',
|
||||||
@@ -90,15 +96,6 @@ dev_extras = [
|
|||||||
'wheel',
|
'wheel',
|
||||||
]
|
]
|
||||||
|
|
||||||
dev3_extras = [
|
|
||||||
'astroid',
|
|
||||||
'azure-devops',
|
|
||||||
'ipdb',
|
|
||||||
'mypy',
|
|
||||||
'PyGithub',
|
|
||||||
'pylint',
|
|
||||||
]
|
|
||||||
|
|
||||||
docs_extras = [
|
docs_extras = [
|
||||||
# If you have Sphinx<1.5.1, you need docutils<0.13.1
|
# If you have Sphinx<1.5.1, you need docutils<0.13.1
|
||||||
# https://github.com/sphinx-doc/sphinx/issues/3212
|
# https://github.com/sphinx-doc/sphinx/issues/3212
|
||||||
@@ -144,7 +141,6 @@ setup(
|
|||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
'dev': dev_extras,
|
'dev': dev_extras,
|
||||||
'dev3': dev3_extras,
|
|
||||||
'docs': docs_extras,
|
'docs': docs_extras,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ import time
|
|||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'-e acme[dev]',
|
'-e acme[dev]',
|
||||||
'-e certbot[dev,dev3,docs]',
|
'-e certbot[dev,docs]',
|
||||||
'-e certbot-apache',
|
'-e certbot-apache',
|
||||||
'-e certbot-dns-cloudflare',
|
'-e certbot-dns-cloudflare',
|
||||||
'-e certbot-dns-cloudxns',
|
'-e certbot-dns-cloudxns',
|
||||||
|
2
tox.ini
2
tox.ini
@@ -149,14 +149,12 @@ basepython = python3
|
|||||||
# continue, but tox return code will reflect previous error
|
# continue, but tox return code will reflect previous error
|
||||||
commands =
|
commands =
|
||||||
{[base]install_packages}
|
{[base]install_packages}
|
||||||
{[base]pip_install} certbot[dev3]
|
|
||||||
python -m pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
|
python -m pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
{[base]install_packages}
|
{[base]install_packages}
|
||||||
{[base]pip_install} certbot[dev3]
|
|
||||||
mypy {[base]source_paths}
|
mypy {[base]source_paths}
|
||||||
|
|
||||||
[testenv:apacheconftest]
|
[testenv:apacheconftest]
|
||||||
|
Reference in New Issue
Block a user