udiskie: add version test
This commit is contained in:
parent
a9118a4343
commit
c61788b08d
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
, python3
|
||||
, udisks2
|
||||
, wrapGAppsHook
|
||||
, testers
|
||||
, udiskie
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -78,6 +80,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = udiskie;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/coldfix/udiskie";
|
||||
changelog = "https://github.com/coldfix/udiskie/blob/${src.rev}/CHANGES.rst";
|
||||
|
|
Loading…
Reference in a new issue