From 560a0068928a4e405dc6b34d647202e0c5a16aa6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 20 Jan 2022 15:38:02 +0100 Subject: [PATCH] add pytest config We are using custom marks now which need to be registered to avoid warnings. --- test/python/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/python/pytest.ini diff --git a/test/python/pytest.ini b/test/python/pytest.ini new file mode 100644 index 00000000..a3bfd128 --- /dev/null +++ b/test/python/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +markers = + sanitizer_params -- 2.39.5