1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

No numprocesses in pytest.ini part 2 (#6715)

* Remove --numprocesses from pytest.ini.

* Add --numprocesses to PYTEST_ADDOPTS in tox.ini.

* complexity--
This commit is contained in:
Brad Warren
2019-01-29 01:08:29 -08:00
committed by Adrien Ferrand
parent b288ef60d0
commit 6ddb4e2999
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
# settings we want to also change there must be added to the release script
# directly.
[pytest]
addopts = --numprocesses auto --pyargs
# In general, all warnings are treated as errors. Here are the exceptions:
# 1- decodestring: https://github.com/rthalley/dnspython/issues/338
# 2- ignore our own TLS-SNI-01 warning

View File

@@ -70,6 +70,7 @@ commands =
{[base]install_and_test} {[base]all_packages}
python tests/lock_test.py
setenv =
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:--numprocesses auto --pyargs}
PYTHONHASHSEED = 0
[testenv:py27-oldest]