15
0
forked from pool/python-black
2025-06-18 10:54:53 +00:00
committed by Git OBS Bridge
parent 67f07faedc
commit 00b5fcb8c1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Wed Jun 18 07:27:52 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- 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 <daniel.garcia@suse.com>

View File

@@ -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)"