python3.pkgs.libevdev: enable tests

This commit is contained in:
Jan Tojnar 2020-07-08 15:22:42 +02:00
parent 10e5b931eb
commit 7c75c1ed56
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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