https://bugzilla.redhat.com/show_bug.cgi?id=2229857
--- Comment #23 from Susi Lehtola susi.lehtola@iki.fi --- Tests fail in rawhide
=================================== FAILURES =================================== _____________________________ test_guess_language ______________________________ def test_guess_language() -> None: # python
assert (
utility.guess_language( """ import math math.ceil(0.5) """ ) == "python" ) E AssertionError: assert 'mojo' == 'python' E E - python E + mojo test/test_utility.py:12: AssertionError =============================== warnings summary ===============================