abseil / abseil-py

Abseil Common Libraries (Python)
Apache License 2.0
2.27k stars 246 forks source link

Fix absl.testing.xml_reporter for Python 3.12.1 when all tests are skipped. #271

Closed copybara-service[bot] closed 7 months ago

copybara-service[bot] commented 7 months ago

Fix absl.testing.xml_reporter for Python 3.12.1 when all tests are skipped.

startTest may not be called in this case, after the change in https://github.com/python/cpython/pull/106588.