From 0d14d4a1a80d5b2c5aed35c7a4b6851d73c65559 Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 4 Aug 2022 19:33:19 +0300 Subject: [PATCH] ignore record property warning to fix benchmarks --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 104d0e0244..bfa07e520b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,7 @@ filterwarnings = error::pytest.PytestUnhandledThreadExceptionWarning error::UserWarning + ignore:record_property is incompatible with junit_family:pytest.PytestWarning addopts = -m 'not remote_cluster' markers =