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/
|
cp -v doc/udiskie.8 $out/share/man/man8/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests require dbusmock
|
checkInputs = with python3Packages; [
|
||||||
doCheck = false;
|
nose
|
||||||
|
keyutils
|
||||||
|
];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Removable disk automounter for udisks";
|
description = "Removable disk automounter for udisks";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user