diff --git a/pyproject.toml b/pyproject.toml index bcb7f00..3f726ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,6 +138,9 @@ line_length = 88 minversion = "7.0" testpaths = "tests" xfail_strict = true +markers = [ + "disable_fake_keyring" +] [tool.coverage.run] branch = true