Skip to content

Commit da797b5

Browse files
author
David Wallace
committed
build: add tomli_w dependency and test marker slow
1 parent 8431d3d commit da797b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"loguru>=0.7",
3838
"typer[all]",
3939
"mpire[dill]~=2.10.0",
40+
"tomli-w>=1.0.0"
4041
]
4142

4243
[project.optional-dependencies]
@@ -89,7 +90,13 @@ addopts = [
8990
"-ra -q",
9091
"--cov",
9192
"--cov-report term-missing html xml annotate",
93+
"--strict-markers"
9294
]
95+
markers = [
96+
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
97+
"serial",
98+
]
99+
93100
testpaths = [
94101
"tests",
95102
]

0 commit comments

Comments
 (0)