diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aedd7d2b..999278ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,10 +157,7 @@ jobs: pip list - name: Run test suite - run: | - # NOTE: --assert=plain necessary to work around known pytest issue. - # See pytest-dev/pytest#10008 - pytest -v --pyargs --assert=plain numpydoc + run: pytest -v --pyargs numpydoc - name: Make sure CLI works run: |