mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.txrequests: disable tests
This commit is contained in:
parent
af52326dcc
commit
7bf1d11452
1 changed files with 2 additions and 0 deletions
|
@ -26588,6 +26588,8 @@ in modules // {
|
|||
};
|
||||
propagatedBuildInputs = with self; [ twisted requests2 cryptography ];
|
||||
|
||||
# Require network access
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest discover
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue