forked from mirrors/nixpkgs
python3Packages.dropbox: disable tests
This commit is contained in:
parent
f63444abde
commit
533e0db424
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue