Marcel Telka
2023-01-21 c9958bc53eff26b666413daccd42c187d9dce2dc
tools/python-integrate-project: disable checkdocs pytest plugin

1 files modified
2 ■■■ changed files
tools/python-integrate-project 2 ●●● patch | view | raw | blame | history
tools/python-integrate-project
@@ -298,7 +298,7 @@
    TOX_RET=$?
    ((TOX_RET == 0)) && ! printf "%s" "$TOX_OUT" | grep -q 'assuming empty tox\.ini' && TEST_STYLE="tox" && break
    pytest --setup-plan
    pytest -p no:checkdocs --setup-plan
    (($? != 5)) && TEST_STYLE="pytest" && break
    [[ -f setup.py ]] && python setup.py test --help && TEST_STYLE="setup.py" && break