We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-xdist
1 parent 91b06ea commit 051e8b3Copy full SHA for 051e8b3
.github/workflows/examples.yaml
@@ -35,11 +35,10 @@ jobs:
35
key: readme-${{ hashFiles('pyproject.toml') }}
36
37
- name: Install dependencies
38
- run: python -m pip install -e ".[readme]"
+ run: python -m pip install -e '.[readme]'
39
40
- name: Run examples in the README
41
- run: >-
42
- python -m pytest --codeblocks .github README.md documentation -n auto
+ run: python -m pytest --codeblocks .github README.md documentation
43
44
examples:
45
runs-on: ubuntu-latest
pyproject.toml
@@ -67,7 +67,6 @@ optional-dependencies = {dev = [
67
"pdoc3",
68
], readme = [
69
"pytest-codeblocks",
70
- "pytest-xdist",
71
]}
72
readme = "README.md"
73
requires-python = ">=3.11"
0 commit comments