From 1244c4f994f3f51cc9551c5b87e56ecd0c3232cc Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 25 Jun 2020 12:45:53 -0400 Subject: [PATCH] Add pytest.ini so tests succeed without warnings when run locally. (#587) Signed-off-by: Chris Lalancette --- 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 000000000..fe55d2ed6 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2