remove pytest-shard (#8665)

This commit is contained in:
Paul Kehrer 2023-04-04 19:51:51 +09:00 committed by GitHub
parent a4fae22d7c
commit eb59d966b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View file

@ -431,7 +431,6 @@ jobs:
PYTHON:
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
- {VERSION: "3.11", NOXSESSION: "tests"}
JOB_NUMBER: [0, 1]
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.0
@ -478,7 +477,7 @@ jobs:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
CARGO_TARGET_DIR: ${{ format('{0}/src/rust/target/', github.workspace) }}
- name: Tests
run: nox --no-install -- --color=yes --wycheproof-root=wycheproof --num-shards=2 --shard-id=${{ matrix.JOB_NUMBER }}
run: nox --no-install -- --color=yes --wycheproof-root=wycheproof
env:
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
COLUMNS: 80

View file

@ -111,7 +111,6 @@ pytest==7.2.2
# pytest-benchmark
# pytest-cov
# pytest-randomly
# pytest-shard
# pytest-xdist
pytest-benchmark==4.0.0
# via cryptography (pyproject.toml)
@ -119,8 +118,6 @@ pytest-cov==4.0.0
# via cryptography (pyproject.toml)
pytest-randomly==3.12.0
# via cryptography (pyproject.toml)
pytest-shard==0.1.2
# via cryptography (pyproject.toml)
pytest-xdist==3.2.1
# via cryptography (pyproject.toml)
readme-renderer==37.3

View file

@ -75,7 +75,6 @@ ssh = ["bcrypt >=3.1.5"]
nox = ["nox"]
test = [
"pytest >=6.2.0",
"pytest-shard >=0.1.2",
"pytest-benchmark",
"pytest-cov",
"pytest-xdist",