File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,12 @@ include-package-data = false
66
66
[tool .setuptools_scm ]
67
67
write_to = " src/xdist/_version.py"
68
68
69
+ [tool .pytest .ini_options ]
70
+ # pytest-services also defines a worker_id fixture, disable
71
+ # it so they don't conflict with each other (#611).
72
+ addopts = " -ra -p no:pytest-services"
73
+ testpaths = [" testing" ]
74
+
69
75
[tool .ruff ]
70
76
src = [" src" ]
71
77
Original file line number Diff line number Diff line change 48
48
sphinx_rtd_theme
49
49
commands =
50
50
sphinx-build -W --keep-going -b html docs docs/_build/html {posargs:}
51
-
52
- [pytest]
53
- # pytest-services also defines a worker_id fixture, disable
54
- # it so they don't conflict with each other (#611).
55
- addopts = -ra -p no:pytest-services
56
- testpaths = testing
You can’t perform that action at this time.
0 commit comments