python311Packages.scrapy: disable tests which require network access

This commit is contained in:
Fabian Affolter 2023-10-17 12:53:39 +02:00
parent aba7912b9e
commit be5acc5436

View File

@ -101,6 +101,8 @@ buildPythonPackage rec {
"test_persist"
"test_timeout_download_from_spider_nodata_rcvd"
"test_timeout_download_from_spider_server_hangs"
"test_unbounded_response"
"CookiesMiddlewareTest"
# Depends on uvloop
"test_asyncio_enabled_reactor_different_loop"
"test_asyncio_enabled_reactor_same_loop"