Skip to content

Commit

Permalink
Don't set the config value twice for the same marker
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Oct 23, 2023
1 parent 9ac407c commit a5b9a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pytestskipmarkers/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def pytest_configure(config: "Config") -> None:
"skip_if_not_root: Skip if the current user is not root on non windows platforms or not "
"Administrator on windows platforms",
)
config.addinivalue_line("markers", "skip_if_not_root: Skip if the current user is not `root`.")
config.addinivalue_line(
"markers",
"skip_if_binaries_missing(*binaries, check_all=True, message=None):"
Expand Down

0 comments on commit a5b9a1e

Please sign in to comment.