Commit graph

1 commit

Author SHA1 Message Date
Chris Lalancette
0a612d0aa9 Add pytest.ini file to suppress pytest warnings.
Without this, when running with the default pytest on Ubuntu 20.04,
it will display warnings like:

.local/lib/python3.6/site-packages/_pytest/junitxml.py:417
  .local/lib/python3.6/site-packages/_pytest/junitxml.py:417: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
  Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.

Adding it here suppresses the warning.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
2020-06-24 10:06:41 -04:00