mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 06:06:55 -04: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:
parent
b288ef60d0
commit
6ddb4e2999
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue