forked from pool/python-Scrapy
skip another test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=49
This commit is contained in:
@@ -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:
|
||||
* Changed the values for DOWNLOAD_DELAY (from 0 to 1) and
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user