nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3.pkgs.libevdev: enable tests

+2 -1
+2 -1
pkgs/development/python-modules/libevdev/default.nix
··· 4 4 , fetchPypi 5 5 , substituteAll 6 6 , pkgs 7 + , pytestCheckHook 7 8 }: 8 9 9 10 buildPythonPackage rec { ··· 24 23 }) 25 24 ]; 26 25 27 - doCheck = false; 26 + checkInputs = [ pytestCheckHook ]; 28 27 29 28 meta = with stdenv.lib; { 30 29 description = "Python wrapper around the libevdev C library";