python3Packages.bork: Add basic import checks

This commit is contained in:
nicoo
2023-11-08 14:32:07 +00:00
parent 7db91077d3
commit 39c5c4e3d2
@@ -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";