python3Packages.scrapy: disable flaky test

this test will fail if /tmp/foobar already exists owned by a different
user. technically only observed to be a problem on darwin but in theory
any system not using namespaced /tmp for their builder could run into
this.
This commit is contained in:
Robert Scott 2021-05-23 14:29:09 +01:00 committed by Jonathan Ringer
parent a72c8a1d1c
commit d46a6a8d28

View file

@ -80,6 +80,7 @@ buildPythonPackage rec {
"test_retry_dns_error"
"test_custom_asyncio_loop_enabled_true"
"test_custom_loop_asyncio"
"FileFeedStoragePreFeedOptionsTest" # https://github.com/scrapy/scrapy/issues/5157
] ++ lib.optionals stdenv.isDarwin [
"test_xmliter_encoding"
"test_download"