summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-05-09 02:29:16 -0400
committerGitHub <noreply@github.com>2023-05-09 15:29:16 +0900
commit3b8cb2b7337a7dc3a004555fd4bfa032e35a34af (patch)
tree13fc57a3e40c1869610ca4f145211bd04326b2e7
parent6bb05529a49a0ce532b7e4bf65ac6246d4d57e91 (diff)
downloadcryptography-3b8cb2b7337a7dc3a004555fd4bfa032e35a34af.tar.gz
Don't install coverage, it's not needed (#8895)
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e066969ac..b06ae9771 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
# pypy3-3.8 and pypy3-3.9 -- both of them show up as 7.3.11.
key: ${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-${{ matrix.PYTHON.NOXSESSION }}-${{ env.OPENSSL_HASH }}
- - run: python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
+ - run: python -m pip install -c ci-constraints-requirements.txt 'nox'
- name: Create nox environment
run: |
nox -v --install-only
@@ -182,7 +182,7 @@ jobs:
- run: |
echo "OPENSSL_FORCE_FIPS_MODE=1" >> $GITHUB_ENV
if: matrix.IMAGE.FIPS
- - run: /venv/bin/python -m pip install -c ci-constraints-requirements.txt 'nox' coverage
+ - run: /venv/bin/python -m pip install -c ci-constraints-requirements.txt 'nox'
- run: '/venv/bin/nox -v --install-only -s tests'
env:
RUSTUP_HOME: /root/.rustup
@@ -229,7 +229,7 @@ jobs:
- name: Clone wycheproof
timeout-minutes: 2
uses: ./.github/actions/wycheproof
- - run: python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
+ - run: python -m pip install -c ci-constraints-requirements.txt 'nox'
- name: Create nox environment
run: nox -v --install-only -s tests
env:
@@ -304,7 +304,7 @@ jobs:
- name: Clone wycheproof
timeout-minutes: 2
uses: ./.github/actions/wycheproof
- - run: python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml] cffi
+ - run: python -m pip install -c ci-constraints-requirements.txt 'nox' cffi
- name: Create nox environment
run: nox -v --install-only -s tests
env:
@@ -379,7 +379,7 @@ jobs:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: 'x64' # we force this right now so that it will install the universal2 on arm64
- - run: python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
+ - run: python -m pip install -c ci-constraints-requirements.txt 'nox'
- name: Clone wycheproof
timeout-minutes: 2
@@ -442,7 +442,7 @@ jobs:
timeout-minutes: 2
with:
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}
- - run: python -m pip install -c ci-constraints-requirements.txt "nox" coverage[toml]
+ - run: python -m pip install -c ci-constraints-requirements.txt "nox"
- uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615
with: