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 59f7e12 commit 331af87Copy full SHA for 331af87
pyproject.toml
@@ -28,6 +28,7 @@ dynamic = ["version"]
28
test = [
29
"pytest>=8.3.4",
30
"pytest-xdist>=1.22.3",
31
+ "pdm-backend>=2.4.3",
32
]
33
docs = [
34
"sphinx>=7",
@@ -46,4 +47,7 @@ source = "scm"
46
47
tag_filter = "v*"
48
version_format = "src.version_helper:format_version"
49
write_to = "QuantSI/_version.py"
-write_template = "__version__ = '{}'"
50
+write_template = "__version__ = '{}'"
51
+
52
+[tool.pytest.ini_options]
53
+addopts = "-ra"
0 commit comments