paramiko: Correctly call the test suite.
Using setup.py, the test suite isn't run at all, because it's not referenced there. So let's call it directly. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4f62f1603a
commit
f67392cbca
|
@ -3619,6 +3619,8 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
|
||||
propagatedBuildInputs = [ pycrypto ];
|
||||
|
||||
checkPhase = "python test.py";
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.lag.net/paramiko/";
|
||||
description = "SSH2 protocol for python";
|
||||
|
|
Loading…
Reference in New Issue