From 77ca4a6312374f0659fb6973925e5b696d5dc74e 2021-12-20 19:00:50 From: Ben Greiner Date: 2021-12-20 19:00:50 Subject: [PATCH] don't run nose-based iptest on py310, only pytest --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da091a8..f584013 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - os: macos-latest python-version: "3.7" - os: macos-latest - python-version: "3.10" + python-version: "3.9" steps: - uses: actions/checkout@v2 @@ -39,6 +39,7 @@ jobs: - name: Check manifest run: check-manifest - name: iptest + if: matrix.python-version != '3.10' run: | cd /tmp && iptest --coverage xml && cd - cp /tmp/ipy_coverage.xml ./