python3.pkgs.libevdev: enable tests
This commit is contained in:
parent
10e5b931eb
commit
7c75c1ed56
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, pkgs
|
, pkgs
|
||||||
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python wrapper around the libevdev C library";
|
description = "Python wrapper around the libevdev C library";
|
||||||
|
|
Loading…
Reference in a new issue