We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 191d458 + e2e4313 commit 4f2a870Copy full SHA for 4f2a870
1 file changed
.github/workflows/tests.yml
@@ -253,8 +253,8 @@ jobs:
253
python ../pywt/tests/test_doc.py
254
elif [ "${REFGUIDE_CHECK}" == "1" ]; then
255
# doctests docstrings
256
- pytest --doctest-modules --pyargs pywt -v --doctest-collect=api
257
- pytest --doctest-modules --pyargs pywt.data -v
+ pytest --doctest-modules --doctest-only-doctests=true --pyargs pywt -v --doctest-collect=api
+ pytest --doctest-modules --doctest-only-doctests=true --pyargs pywt.data -v
258
else
259
pytest --pyargs pywt
260
fi
0 commit comments