From 18e6c49f1c3ec9cdede4e7ca2c3eadc5ed166482 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 21 Jun 2020 16:46:22 -0400 Subject: [PATCH] Add pytest.ini file to suppress pytest warnings Signed-off-by: Christophe Bedard --- 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 0000000..3912ffe --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +junit_family=xunit2 +