diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79f553fc..9964333f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,9 @@ jobs: - name: Run test suite run: | - pytest -v --pyargs numpydoc + # NOTE: --assert=plain necessary to work around known pytest issue. + # See pytest-dev/pytest#10008 + pytest -v --pyargs --assert=plain numpydoc - name: Make sure CLI works run: |