mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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:
parent
a72c8a1d1c
commit
d46a6a8d28
@ -80,6 +80,7 @@ buildPythonPackage rec {
|
|||||||
"test_retry_dns_error"
|
"test_retry_dns_error"
|
||||||
"test_custom_asyncio_loop_enabled_true"
|
"test_custom_asyncio_loop_enabled_true"
|
||||||
"test_custom_loop_asyncio"
|
"test_custom_loop_asyncio"
|
||||||
|
"FileFeedStoragePreFeedOptionsTest" # https://github.com/scrapy/scrapy/issues/5157
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
"test_xmliter_encoding"
|
"test_xmliter_encoding"
|
||||||
"test_download"
|
"test_download"
|
||||||
|
Loading…
Reference in New Issue
Block a user