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.
1 parent 8431d3d commit da797b5Copy full SHA for da797b5
pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
37
"loguru>=0.7",
38
"typer[all]",
39
"mpire[dill]~=2.10.0",
40
+ "tomli-w>=1.0.0"
41
]
42
43
[project.optional-dependencies]
@@ -89,7 +90,13 @@ addopts = [
89
90
"-ra -q",
91
"--cov",
92
"--cov-report term-missing html xml annotate",
93
+ "--strict-markers"
94
95
+markers = [
96
+ "slow: marks tests as slow (deselect with '-m \"not slow\"')",
97
+ "serial",
98
+]
99
+
100
testpaths = [
101
"tests",
102
0 commit comments