python3Packages.pooch: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-29 13:48:39 -08:00 committed by Frederik Rietdijk
parent 789b163aab
commit 2ebbe387c4

View file

@ -20,7 +20,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ packaging appdirs requests ];
preCheck = "HOME=$TMPDIR";
checkInputs = [ pytestCheckHook ];
# tries to touch network
disabledTests = [
"pooch_custom_url"
"pooch_download"
@ -29,6 +31,8 @@ buildPythonPackage rec {
"pooch_corrupted"
"check_availability"
"downloader"
"test_retrieve"
"test_stream_download"
"test_fetch"
"decompress"
"extractprocessor_fails"