From 1d4c4f7857883c81f0aed299033fa186a14c02f6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 30 Nov 2019 13:31:43 +0100 Subject: [PATCH] disable pytest legacy message for junit --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..5496d46 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=legacy