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:
aszlig 2013-08-14 18:50:47 +02:00
parent 4f62f1603a
commit f67392cbca
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
1 changed files with 2 additions and 0 deletions

View File

@ -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";