mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python3Packages.bork: Add basic import checks
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user