summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-06-09 12:43:53 -0700
committerGitHub <noreply@github.com>2022-06-09 12:43:53 -0700
commit999ff346d709816f21448fd148c7bbbf3bc9ac71 (patch)
tree582829e61998dfca8129ede4b8c7bf1351ceaee7
parenta4dd1220a294ac0710767c28285848591f0dc251 (diff)
downloadnumpydoc-999ff346d709816f21448fd148c7bbbf3bc9ac71.tar.gz
Remove pytest py3.11b2 workaround (#407)
-rw-r--r--.github/workflows/test.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aedd7d2..999278b 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: |