Pin unittest-xml-reporting to freeze printing test summary logic
In PR https://github.com/pytorch/pytorch/pull/74254 I mitigate issue https://github.com/pytorch/pytorch/issues/69014 by changing internals of unittest-xml-runner package, so that skip reason is printed in the summary. The package version is pinned to avoid breaking if unittest-xml-runner implementation details change. unittest-xml-runner==2.0.0 introduces testinfo property that is necessary so it should be the earliest version that works. unittest-xml-runner==3.2.0 is the current latest version
Please merge before https://github.com/pytorch/pytorch/pull/74254
Pull Request resolved: https://github.com/pytorch/pytorch/pull/74330
Approved by: https://github.com/janeyx99