fix devpi test for doctesting env
due to a devpi bug, we always get a sdist install which in turn triggers the pytest issue #2042 / #726 going for pyargs and a changed folder, it should no longer happen (and will be tested firther after rebasing the release branch)
This commit is contained in:
parent
15a3b57ec7
commit
403122281a
6
tox.ini
6
tox.ini
|
@ -118,11 +118,13 @@ commands=
|
||||||
basepython = python
|
basepython = python
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
skipsdist=True
|
skipsdist=True
|
||||||
|
# ensure the given pyargs cant mean anytrhing else
|
||||||
|
changedir=doc/
|
||||||
deps=
|
deps=
|
||||||
PyYAML
|
PyYAML
|
||||||
commands=
|
commands=
|
||||||
pytest -rfsxX doc/en
|
pytest -rfsxX en
|
||||||
pytest --doctest-modules {toxinidir}/_pytest
|
pytest --doctest-modules --pyargs _pytest
|
||||||
|
|
||||||
[testenv:regen]
|
[testenv:regen]
|
||||||
changedir=doc/en
|
changedir=doc/en
|
||||||
|
|
Loading…
Reference in New Issue