mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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";
|
sha256 = "0n2shilamgwhzmvf534xg7f6hrnznbixyl5pw2f5a3f391gwy37h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
propagatedBuildInputs = with self; [ requests2 six requests_oauthlib ];
|
propagatedBuildInputs = with self; [ requests2 six requests_oauthlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user