python-diff-cover fails to build with python-pygments 2.19.1 in Fedora 43. I intend to update python-pygments in Fedora Rawhide in ~1 week. There may be an upstream solution to the issue (not tested) - version 9.2.3 supposedly contains the fix The failure: _______________________________ test_style_defs ________________________________ def test_style_defs(): style_str = Snippet.style_defs() expected_styles = load_fixture("snippet.css").strip() # Check that a sample of the styles are present # (use only a sample to make the test more robust # against Pygments changes). for expect_line in expected_styles.split("\n"): > assert expect_line in style_str E AssertionError: assert '.o { color: #666666 } /* Operator */' in 'pre { line-height: 125%; }\ntd.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; pa...e.Instance */\n.vm { color: #19177C } /* Name.Variable.Magic */\n.il { color: #666 } /* Literal.Number.Integer.Long */' The testing takes place in COPR: https://copr.fedorainfracloud.org/coprs/ksurma/pygments-2.19.1-f43/package/python-diff-cover