Skip to content

CI: Fix pytest junit_family warnings #30693

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

Merged
merged 2 commits into from
Jan 4, 2020

Conversation

alimcmaster1
Copy link
Member

@alimcmaster1 alimcmaster1 commented Jan 4, 2020

As per https://docs.pytest.org/en/latest/deprecations.html#junit-family-default-value-change-to-xunit2

This will mean we produce xml output with xsd as per: (opposed to old legacy v1)
https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd

Done following check

  • Warning no longer present in builds -> checked here
  • CodeCov unaffected since it uses the output xml -> here

@alimcmaster1 alimcmaster1 added the CI Continuous Integration label Jan 4, 2020
@WillAyd
Copy link
Member

WillAyd commented Jan 4, 2020

lgtm

@WillAyd WillAyd added this to the 1.0 milestone Jan 4, 2020
@jreback jreback merged commit 61d9a8d into pandas-dev:master Jan 4, 2020
@jreback
Copy link
Contributor

jreback commented Jan 4, 2020

thanks @alimcmaster1

@alimcmaster1 alimcmaster1 deleted the pytest-warning branch January 14, 2020 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pytest warnings JUnit XML Format
3 participants