pythonPackage.tweepy: disabling tests

tests require access to twitter.com api, fixes #19987
This commit is contained in:
Rok Garbas 2016-10-30 14:56:59 +01:00
parent e80a6dc62b
commit b65c443276
No known key found for this signature in database
GPG Key ID: A0E01EF44C27BF00

View File

@ -25186,6 +25186,7 @@ in {
sha256 = "0n2shilamgwhzmvf534xg7f6hrnznbixyl5pw2f5a3f391gwy37h";
};
doCheck = false;
propagatedBuildInputs = with self; [ requests2 six requests_oauthlib ];
meta = {