diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6f8211..f017438 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,13 +46,6 @@ jobs: - name: Test packaging run: tox -e pkg - - name: Run tests with PyTest 8 - run: tox - env: - PLATFORM: ${{ matrix.os }} - PYTEST_MAJOR_VERSION: 8 - PYTEST_PLUGINS: pytest_github_actions_annotate_failures - - name: Run tests with PyTest 7 run: tox env: