Skip to content

Commit

Permalink
chore: declare disable_fake_keyring pytest marker in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
  • Loading branch information
sergiusens committed Nov 22, 2023
1 parent 60699d1 commit 40e1141
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 @@ -138,6 +138,9 @@ line_length = 88
minversion = "7.0"
testpaths = "tests"
xfail_strict = true
markers = [
"disable_fake_keyring"
]

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

0 comments on commit 40e1141

Please sign in to comment.