Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down