From bf8723e4d2e1f6f09de944a4a97362c3b60e8bfe Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 18 Jun 2020 19:31:38 +0000 Subject: [PATCH] Add pytest.ini so local tests don't display warning Signed-off-by: Chris Lalancette --- sros2/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sros2/pytest.ini diff --git a/sros2/pytest.ini b/sros2/pytest.ini new file mode 100644 index 00000000..fe55d2ed --- /dev/null +++ b/sros2/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2