python311Packages.scrapy: disable failing test

This commit is contained in:
Fabian Affolter 2023-09-21 09:29:46 +02:00
parent 4575a2917f
commit 0ee55af2ec

View file

@ -109,6 +109,8 @@ buildPythonPackage rec {
"test_peek_one_element"
"test_peek_lifo"
"test_callback_kwargs"
# Test fails on Hydra
"test_start_requests_laziness"
] ++ lib.optionals stdenv.isDarwin [
"test_xmliter_encoding"
"test_download"