3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.dropbox: disable tests

This commit is contained in:
Domen Kožar 2014-09-21 22:16:57 +02:00
parent f63444abde
commit 533e0db424

View file

@ -1989,6 +1989,7 @@ let
dropbox = buildPythonPackage rec {
name = "dropbox-2.0.0";
doCheck = !isPy3k; # failures with hash randomization
src = fetchurl {
url = "https://pypi.python.org/packages/source/d/dropbox/${name}.zip";