python3Packages.hs-dbus-signature: add pythonImportsCheck

This commit is contained in:
Nick Cao 2022-09-16 22:09:51 +08:00
parent f8cc46e493
commit d5e5f99a88
No known key found for this signature in database

View File

@ -19,6 +19,8 @@ buildPythonPackage rec {
hypothesis
];
pythonImportsCheck = [ "hs_dbus_signature" ];
meta = with lib; {
description = "A Hypothesis Strategy for Generating Arbitrary DBus Signatures";
homepage = "https://github.com/stratis-storage/hs-dbus-signature";