python3Packages.into-dbus-python: add pythonImportsCheck

This commit is contained in:
Nick Cao 2022-09-16 22:12:45 +08:00
parent 7e213e5510
commit 5d5be01eb2
No known key found for this signature in database

View File

@ -23,12 +23,15 @@ buildPythonPackage rec {
dbus-signature-pyparsing
dbus-python
];
checkInputs = [
pytestCheckHook
hypothesis
hs-dbus-signature
];
pythonImportsCheck = [ "into_dbus_python" ];
meta = with lib; {
description = "A transformer to dbus-python types";
homepage = "https://github.com/stratis-storage/into-dbus-python";