diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f73cae..3b58b55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] fail-fast: false steps: @@ -46,6 +46,7 @@ jobs: - name: Test with pytest run: | + export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest tests diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 1d0b2b2..5a85a7f 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] fail-fast: false steps: