From 6289c4447fcc05fb93cb5b5fdb38fafc2f2e995e Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 9 Jun 2022 11:31:30 -0700 Subject: [PATCH] Remove pytest py3.11b2 workaround --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: |