Add pytest.ini so tests succeed without warnings when run locally. (#587)

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
Chris Lalancette 2020-06-25 12:45:53 -04:00 committed by GitHub
parent f563249440
commit 7116fb4eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
[pytest]
junit_family=xunit2