From 5ad9f4ece855754ab2e8ff8cde7cefb4e6a0be5b Mon Sep 17 00:00:00 2001 From: Ilia Sotnikov Date: Sun, 28 Aug 2022 15:29:26 +0300 Subject: [PATCH] + ` pyproject.toml`: Added custom `mqtt_broker_users` mark that is used by `mqtt_broker` fixture --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7b26347..be02023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,10 @@ pythonpath = [ log_cli = 1 log_cli_level = "error" +markers = [ + "mqtt_broker_users", +] + [tool.pylint.main] load-plugins = "pylint.extensions.no_self_use"