Skip to content

CI: Fix print skipped tests #30044

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 1 commit into from
Dec 4, 2019
Merged

CI: Fix print skipped tests #30044

merged 1 commit into from
Dec 4, 2019

Conversation

datapythonista
Copy link
Member

Looks like the format of the junit file that pytest generates has changed, and now tests are inside a testsuite tag, which makes the script to not find any tests. Instead of looking for them as immediate children of testcase, I look for them in all the tree (including subchildren).

CC: @jorisvandenbossche

@datapythonista datapythonista added the CI Continuous Integration label Dec 4, 2019
@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Dec 4, 2019
@jreback jreback merged commit 775dd40 into pandas-dev:master Dec 4, 2019
@jreback
Copy link
Contributor

jreback commented Dec 4, 2019

looks good, thanks @datapythonista

@jorisvandenbossche
Copy link
Member

Thanks a lot for the quick fix!

proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
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.

CI: the printing of skipped tests is broken
4 participants