Skip to content

Commit

Permalink
Revert "Try pytest-xdist (#415)"
Browse files Browse the repository at this point in the history
This reverts commit 9d88841.
  • Loading branch information
paddyroddy authored Oct 11, 2024
1 parent 91b06ea commit 792f7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
key: readme-${{ hashFiles('pyproject.toml') }}

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

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

examples:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ optional-dependencies = {dev = [
"pdoc3",
], readme = [
"pytest-codeblocks",
"pytest-xdist",
]}
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit 792f7d5

Please sign in to comment.