diff --git a/python-black.changes b/python-black.changes index d6cc743..ac0b075 100644 --- a/python-black.changes +++ b/python-black.changes @@ -2,7 +2,7 @@ Wed Jun 18 07:27:52 UTC 2025 - Matej Cepl - Skip test_simple_format tests, which is failing with 3.13.5 - (gh#pypy/pypy#5297). + (gh#psf/black#4698). ------------------------------------------------------------------- Mon May 12 11:01:03 UTC 2025 - Daniel Garcia diff --git a/python-black.spec b/python-black.spec index e35c457..2203865 100644 --- a/python-black.spec +++ b/python-black.spec @@ -96,7 +96,7 @@ export PATH=$PATH:~/bin # test_expression_diff - sometimes fails on async timing in OBS # test_bpo_2142_workaround fails on arm skiptests="test_expression_diff or test_bpo_2142_workaround" -# gh#pypy/pypy#5297 +# gh#psf/black#4698 skiptests+=" or test_simple_format" %pytest -k "not ($skiptests)"