We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628694a commit 2aee6eaCopy full SHA for 2aee6ea
1 file changed
pyproject.toml
@@ -40,6 +40,9 @@ minversion = "6.0"
40
addopts = "-ra"
41
testpaths = ["tests"]
42
doctest_optionflags = "ELLIPSIS"
43
+markers = [
44
+ "parallel: marks tests as inherently parallel (deselect with '-m \"not parallel\"')",
45
+]
46
47
[tool.coverage.run]
48
source = ["src/pkgcraft"]
0 commit comments