Skip to content

Disable unit-test-p3 which runs zero tests

unit-test-p3 runs python3 -Wdefaults -m unittest which had been picking up no tests. With Python 3.12 unittest picking up no tests is flagged as a failure [1]. It might be worth commenting out unit-test-p3 until we investigate and conclude on why no tests are picked up.

[1] https://github.com/python/cpython/pull/102051

Merge request reports

Loading