python3Packages.bork: Add basic import checks

This commit is contained in:
nicoo 2023-11-05 22:56:16 +00:00
parent 7db91077d3
commit 39c5c4e3d2

View File

@ -33,6 +33,12 @@ buildPythonPackage rec {
wheel
];
pythonImportsCheck = [
"bork"
"bork.api"
"bork.cli"
];
meta = with lib; {
description = "Python build and release management tool";
homepage = "https://github.com/duckinator/bork";