From 5fa2a28044f19ec1c4641cc027ed26fb9e51318c Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Wed, 22 Nov 2023 20:42:43 -0300 Subject: [PATCH] chore: declare disable_fake_keyring pytest marker in pyproject.toml Signed-off-by: Sergio Schvezov --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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