From f1f3cdf59019c4bf1c1db12030d55dae32f8fa4c Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 8 Jul 2024 22:41:55 +0100 Subject: [PATCH] suppress pytest deprecation warnings --- tests/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pytest.ini diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 0000000..c24fe5b --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +filterwarnings = + ignore::DeprecationWarning