Skip to content

Commit

Permalink
feat: register the 'slow' mark to pytest (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mars <paul.mars@canonical.com>
  • Loading branch information
upils authored Dec 10, 2024
1 parent 2a0a524 commit b3a71bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ line_length = 88
minversion = "7.0"
testpaths = "tests"
xfail_strict = true
markers = ["slow: slow tests"]

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit b3a71bf

Please sign in to comment.