Unverified Commit 15d7a08a authored by natsukium's avatar natsukium
Browse files

python312Packages.lazy: enable tests

parent abe89988
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  fetchPypi,
  setuptools,
  pytestCheckHook,
}:

buildPythonPackage rec {
@@ -17,6 +18,10 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  pythonImportsCheck = [ "lazy" ];

  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    description = "Lazy attributes for Python objects";
    license = lib.licenses.bsd2;