Skip to content

Commit

Permalink
Remove pytest py3.11b2 workaround (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 9, 2022
1 parent a4dd122 commit 999ff34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 999ff34

Please sign in to comment.