Skip to content

Pytest warnings JUnit XML Format #30433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alimcmaster1 opened this issue Dec 23, 2019 · 0 comments · Fixed by #30693
Closed

Pytest warnings JUnit XML Format #30433

alimcmaster1 opened this issue Dec 23, 2019 · 0 comments · Fixed by #30693
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Milestone

Comments

@alimcmaster1
Copy link
Member

See the following in CI:

pytest -m "not slow and not network" -n auto --dist=loadfile -s --strict --durations=10 --junitxml=test-data.xml pandas
##[warning]The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
Add 'junit_family=legacy' to your pytest.ini file to silence this warning and make your suite compatible.

Unsure if the xunit2.0 format will affect any of our coverage etc..

https://docs.pytest.org/en/latest/reference.html#confval-junit_family

@alimcmaster1 alimcmaster1 added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Dec 23, 2019
@jreback jreback added this to the 1.0 milestone Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants