From 99a9fd84ae276d6610047a0823d501b3c09e09ac19de52547ee2ddd809940a7f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 31 Jul 2025 05:18:58 +0000 Subject: [PATCH] skip another test OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=49 --- python-Scrapy.changes | 2 +- python-Scrapy.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python-Scrapy.changes b/python-Scrapy.changes index cab03f7..bcfbd93 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Jul 31 04:40:49 UTC 2025 - Steve Kowalik +Thu Jul 31 05:18:40 UTC 2025 - Steve Kowalik - Update to 2.13.3: * Changed the values for DOWNLOAD_DELAY (from 0 to 1) and diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 88ee4ff..8a939f1 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -120,6 +120,8 @@ skiplist="test_pformat" skiplist="$skiplist or CheckCommandTest or test_file_path" # Flaky test gh#scrapy/scrapy#5703 skiplist="$skiplist or test_start_requests_laziness" +# Fails on 32 bit arches +skiplist="$skiplist or test_queue_push_pop_priorities" %{pytest -x \ -k "not (${skiplist})" \ -W ignore::DeprecationWarning \