Skip to content

Commit 2aee6ea

Browse files
committed
pyproject: define custom parallel test marker
1 parent 628694a commit 2aee6ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ minversion = "6.0"
4040
addopts = "-ra"
4141
testpaths = ["tests"]
4242
doctest_optionflags = "ELLIPSIS"
43+
markers = [
44+
"parallel: marks tests as inherently parallel (deselect with '-m \"not parallel\"')",
45+
]
4346

4447
[tool.coverage.run]
4548
source = ["src/pkgcraft"]

0 commit comments

Comments
 (0)