From 00b5fcb8c173fceabc504692aa9d9408f8c12bdea56ceb1d366ef5893eeaf6ab Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 18 Jun 2025 10:54:53 +0000 Subject: [PATCH] Fix the bug reference. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=73 --- python-black.changes | 2 +- python-black.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"