Closed jekwatt closed 4 years ago
Q: I was getting PytestDeprecationWarning when I tried:
pytest --junitxml="resuts.xml"
A: Newer versions of Pytest have begun requiring that we include the new junit version in pytest.ini
[pytest] junit_family=xunit2
If this causes problems, you can use the legacy setting:
[pytest] junit_family=legacy
Issue resolved via #16.
Q: I was getting PytestDeprecationWarning when I tried:
pytest --junitxml="resuts.xml"
A: Newer versions of Pytest have begun requiring that we include the new junit version in pytest.ini
If this causes problems, you can use the legacy setting: