It looks like this is ACTUALLY a problem with Pytest.

Using Pytest 4.2.0, the JUnit XML contains the following line (seen above):

<testsuite errors="0" failures="0" name="pytest" skipped="1" tests="2" 
> time="2.548">


But with Pytest 3.6.2, this line is:

<testsuite errors="0" failures="0" name="pytest" skips="1" tests="2" 
> time="2.271">
>
 
Notice the "skips" was changed to "skipped" at some point between Pytest 
3.6.2 and 4.2.0.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9da517d7-f29c-40d3-85d2-d1e573f35327%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to