udiskie: run tests
This commit is contained in:
parent
887c31f14c
commit
6b076fa2bd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user