Commit 39c5c4e3 authored by nicoo's avatar nicoo
Browse files

python3Packages.bork: Add basic import checks

parent 7db91077
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";