@@ -105,7 +105,7 @@ jobs:
105
105
# pypy3-3.8 and pypy3-3.9 -- both of them show up as 7.3.11.
106
106
key : ${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-${{ matrix.PYTHON.NOXSESSION }}-${{ env.OPENSSL_HASH }}
107
107
108
- - run : python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
108
+ - run : python -m pip install -c ci-constraints-requirements.txt 'nox'
109
109
- name : Create nox environment
110
110
run : |
111
111
nox -v --install-only
@@ -182,7 +182,7 @@ jobs:
182
182
- run : |
183
183
echo "OPENSSL_FORCE_FIPS_MODE=1" >> $GITHUB_ENV
184
184
if: matrix.IMAGE.FIPS
185
- - run : /venv/bin/python -m pip install -c ci-constraints-requirements.txt 'nox' coverage
185
+ - run : /venv/bin/python -m pip install -c ci-constraints-requirements.txt 'nox'
186
186
- run : ' /venv/bin/nox -v --install-only -s tests'
187
187
env :
188
188
RUSTUP_HOME : /root/.rustup
@@ -229,7 +229,7 @@ jobs:
229
229
- name : Clone wycheproof
230
230
timeout-minutes : 2
231
231
uses : ./.github/actions/wycheproof
232
- - run : python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
232
+ - run : python -m pip install -c ci-constraints-requirements.txt 'nox'
233
233
- name : Create nox environment
234
234
run : nox -v --install-only -s tests
235
235
env :
@@ -304,7 +304,7 @@ jobs:
304
304
- name : Clone wycheproof
305
305
timeout-minutes : 2
306
306
uses : ./.github/actions/wycheproof
307
- - run : python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml] cffi
307
+ - run : python -m pip install -c ci-constraints-requirements.txt 'nox' cffi
308
308
- name : Create nox environment
309
309
run : nox -v --install-only -s tests
310
310
env :
@@ -379,7 +379,7 @@ jobs:
379
379
python-version : ${{ matrix.PYTHON.VERSION }}
380
380
architecture : ' x64' # we force this right now so that it will install the universal2 on arm64
381
381
382
- - run : python -m pip install -c ci-constraints-requirements.txt 'nox' coverage[toml]
382
+ - run : python -m pip install -c ci-constraints-requirements.txt 'nox'
383
383
384
384
- name : Clone wycheproof
385
385
timeout-minutes : 2
@@ -442,7 +442,7 @@ jobs:
442
442
timeout-minutes : 2
443
443
with :
444
444
key : ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}
445
- - run : python -m pip install -c ci-constraints-requirements.txt "nox" coverage[toml]
445
+ - run : python -m pip install -c ci-constraints-requirements.txt "nox"
446
446
447
447
- uses : dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615
448
448
with :
0 commit comments