ignore record property warning to fix benchmarks

This commit is contained in:
Dmitry Rodionov
2022-08-04 19:33:19 +03:00
committed by Dmitry Rodionov
parent 8c8431ebc6
commit 0d14d4a1a8

View File

@@ -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 =