udiskie: run tests

This commit is contained in:
Robert Schütz 2019-03-04 00:10:07 +01:00
parent 887c31f14c
commit 6b076fa2bd

View File

@ -45,8 +45,14 @@ python3Packages.buildPythonApplication rec {
cp -v doc/udiskie.8 $out/share/man/man8/
'';
# tests require dbusmock
doCheck = false;
checkInputs = with python3Packages; [
nose
keyutils
];
checkPhase = ''
nosetests
'';
meta = with stdenv.lib; {
description = "Removable disk automounter for udisks";