Skip to content

Commit 999ff34

Browse files
Remove pytest py3.11b2 workaround (#407)
1 parent a4dd122 commit 999ff34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,7 @@ jobs:
157157
pip list
158158
159159
- name: Run test suite
160-
run: |
161-
# NOTE: --assert=plain necessary to work around known pytest issue.
162-
# See pytest-dev/pytest#10008
163-
pytest -v --pyargs --assert=plain numpydoc
160+
run: pytest -v --pyargs numpydoc
164161

165162
- name: Make sure CLI works
166163
run: |

0 commit comments

Comments
 (0)