Skip to content

Commit

Permalink
Update pytest configuration to include "qwt"
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Jun 21, 2024
1 parent 50f6ff4 commit 9605407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ include = ["qwt*"]
[tool.setuptools.dynamic]
version = { attr = "qwt.__version__" }

[tool.pytest.ini_options]
addopts = "qwt"

[tool.ruff]
exclude = [".git", ".vscode", "build", "dist"]
line-length = 88 # Same as Black.
Expand Down

0 comments on commit 9605407

Please sign in to comment.