Skip to content

Commit 051e8b3

Browse files
authored
Revert "Try pytest-xdist" (#422)
Reverts #415
1 parent 91b06ea commit 051e8b3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/examples.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
key: readme-${{ hashFiles('pyproject.toml') }}
3636

3737
- name: Install dependencies
38-
run: python -m pip install -e ".[readme]"
38+
run: python -m pip install -e '.[readme]'
3939

4040
- name: Run examples in the README
41-
run: >-
42-
python -m pytest --codeblocks .github README.md documentation -n auto
41+
run: python -m pytest --codeblocks .github README.md documentation
4342

4443
examples:
4544
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ optional-dependencies = {dev = [
6767
"pdoc3",
6868
], readme = [
6969
"pytest-codeblocks",
70-
"pytest-xdist",
7170
]}
7271
readme = "README.md"
7372
requires-python = ">=3.11"

0 commit comments

Comments
 (0)