forked from pool/python-black
Fix the bug reference.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=73
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user