The end user does not need pytest to be installed to use docs-conf so
remove it from requirements.txt and include it only in test
dependencies in tox.ini.
Change-Id: I02180ba0985e42c9f20ba58a4faf11763a426838
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
--- /dev/null
+---
+fixes:
+ - |
+ Pytest is no longer pulled in as a dependency of docs-conf.
-pytest
pyyaml
Sphinx~=3.0.4
sphinx_bootstrap_theme~=0.7.1
basepython = python3
deps =
-rrequirements.txt
+ pytest
commands =
pytest --basetemp={envtmpdir} {posargs}