pythonPackages.cassandra-driver: use checkInputs
This commit is contained in:
parent
fd056d838e
commit
a231831548
1 changed files with 3 additions and 1 deletions
|
@ -1377,7 +1377,7 @@ in {
|
|||
sha256 = "1aqmy3psn12lxgp659d0zsxkirxzy5lnbnzxf9xjq1a93s3qm704";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.libev cython ] ++ optionals doCheck [ scales eventlet twisted mock gevent nose pytz pyyaml sure ];
|
||||
buildInputs = with self; [ pkgs.libev cython ];
|
||||
|
||||
propagatedBuildInputs = with self; [ futures six ];
|
||||
|
||||
|
@ -1390,6 +1390,8 @@ in {
|
|||
${python.interpreter} setup.py eventlet_nosetests
|
||||
'';
|
||||
|
||||
checkInputs = [ scales eventlet twisted mock gevent nose pytz pyyaml sure ];
|
||||
|
||||
# Could not get tests running
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue