Skip to content

Commit 9605407

Browse files
committed
Update pytest configuration to include "qwt"
1 parent 50f6ff4 commit 9605407

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ include = ["qwt*"]
5555
[tool.setuptools.dynamic]
5656
version = { attr = "qwt.__version__" }
5757

58+
[tool.pytest.ini_options]
59+
addopts = "qwt"
60+
5861
[tool.ruff]
5962
exclude = [".git", ".vscode", "build", "dist"]
6063
line-length = 88 # Same as Black.

0 commit comments

Comments
 (0)