diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 58e4a3c..1f0bf89 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -63,15 +63,10 @@ jobs: name: "Test package" needs: lint runs-on: ubuntu-latest - continue-on-error: ${{ matrix.experimental }} strategy: max-parallel: 3 matrix: python-version: ['3.9', '3.10'] - experimental: [false] - include: - - python-version: '3.11-dev' - experimental: true steps: - name: "Checkout code" uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index 1a364f2..c346802 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ exclude_lines = raise NotImplemented() if __name__ == '__main__': main() -; fixme: +; todo: restore threshold ;fail_under = 93 show_missing = true