python3.pkgs.libevdev: enable tests

This commit is contained in:
Jan Tojnar
2020-07-15 06:15:15 +02:00
parent 10e5b931eb
commit 7c75c1ed56
@@ -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";