From b91b72cddd9672136e1db5a355c9ae542c62b43b Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 22 Apr 2026 15:45:06 +0800 Subject: [PATCH] fix: register markers --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 3a13b3b9c..f945bd8a0 100644 --- a/pytest.ini +++ b/pytest.ini @@ -12,3 +12,5 @@ log_file_format = %(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s timeout = 300 markers = smoke: marks tests as smoke test (deselect with '-m "not smoke"') + waku_test_fleet: marks tests that run against a live Waku test fleet + store2000: marks tests that use 2000 store messages