diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 834a1ad3..d17219eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -234,7 +234,9 @@ jobs: - name: Run setuptools tests run: | cd integration/setuptools - tox + # Skip tests that distutils has no effect on. + # Speedup CI and avoid unexpected failures due to updates. + tox -- -p no:ruff -p no:mypy env: VIRTUALENV_NO_SETUPTOOLS: null