forked from mirrors/nixpkgs
pythonPackage.tweepy: disabling tests
tests require access to twitter.com api, fixes #19987
This commit is contained in:
parent
e80a6dc62b
commit
b65c443276
|
@ -25186,6 +25186,7 @@ in {
|
|||
sha256 = "0n2shilamgwhzmvf534xg7f6hrnznbixyl5pw2f5a3f391gwy37h";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [ requests2 six requests_oauthlib ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue