pythonPackages.blinker: execute tests
This commit is contained in:
parent
7d4b0acfb5
commit
c6275cf3d2
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
{ lib, buildPythonPackage, fetchPypi, nose, pytestCheckHook }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "blinker";
|
||||
@ -9,6 +9,9 @@ buildPythonPackage rec {
|
||||
sha256 = "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7";
|
||||
};
|
||||
|
||||
checkInputs = [ nose pytestCheckHook ];
|
||||
pythonImportsCheck = [ "blinker" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pythonhosted.org/blinker/";
|
||||
description = "Fast, simple object-to-object and broadcast signaling";
|
||||
|
Loading…
Reference in New Issue
Block a user