14
0
forked from pool/python-Scrapy
2025-07-31 05:18:58 +00:00
committed by Git OBS Bridge
parent 820484d3f8
commit 99a9fd84ae
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 31 04:40:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Thu Jul 31 05:18:40 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.13.3: - Update to 2.13.3:
* Changed the values for DOWNLOAD_DELAY (from 0 to 1) and * Changed the values for DOWNLOAD_DELAY (from 0 to 1) and

View File

@@ -120,6 +120,8 @@ skiplist="test_pformat"
skiplist="$skiplist or CheckCommandTest or test_file_path" skiplist="$skiplist or CheckCommandTest or test_file_path"
# Flaky test gh#scrapy/scrapy#5703 # Flaky test gh#scrapy/scrapy#5703
skiplist="$skiplist or test_start_requests_laziness" skiplist="$skiplist or test_start_requests_laziness"
# Fails on 32 bit arches
skiplist="$skiplist or test_queue_push_pop_priorities"
%{pytest -x \ %{pytest -x \
-k "not (${skiplist})" \ -k "not (${skiplist})" \
-W ignore::DeprecationWarning \ -W ignore::DeprecationWarning \