From e69a4ce4ed0e3c858f112ffe70951eedf253a3e6 Mon Sep 17 00:00:00 2001 From: Mahesh Binzer-Panchal Date: Sat, 19 Mar 2022 19:38:37 +0100 Subject: [PATCH] Add pytest.ini (#1401) --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..02a8acac --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +filterwarnings = + ignore::pytest.PytestRemovedIn8Warning:_pytest.nodes:140