Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit tests for stdlib distutils to one job. #3101

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 4 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
distutils:
- stdlib
- local
python:
- pypy-3.7
@@ -23,6 +22,10 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
runs-on: ${{ matrix.platform }}
env:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}
@@ -46,14 +49,7 @@ jobs:
${{ matrix.python }}
test_cygwin:
strategy:
matrix:
distutils:
- stdlib
- local
runs-on: windows-latest
env:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}
steps:
- uses: actions/checkout@v2
- name: Install Cygwin with Python
@@ -76,11 +72,6 @@ jobs:
tox -- --cov-report xml
integration-test:
strategy:
matrix:
distutils:
- stdlib
- local
needs: test
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
# To avoid long times and high resource usage, we assume that:
@@ -91,8 +82,6 @@ jobs:
# "integration")
# With that in mind, the integration tests can run for a single setup
runs-on: ubuntu-latest
env:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}
steps:
- uses: actions/checkout@v2
- name: Install OS-level dependencies