Loading pkgs/development/python-modules/gorilla/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonAtLeast , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,21 +20,13 @@ buildPythonPackage rec { hash = "sha256-AFq4hTsDcWKnx3u4JGBMbggYeO4DwJrQHvQXRIVgGdM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "gorilla" ]; pythonImportsCheck = [ "gorilla" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ "test_find_patches_2" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ "test_find_patches_2" ]; meta = with lib; { description = "Convenient approach to monkey patching"; Loading Loading
pkgs/development/python-modules/gorilla/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonAtLeast , pythonOlder , setuptools { lib, buildPythonPackage, fetchPypi, pytestCheckHook, pythonAtLeast, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,21 +20,13 @@ buildPythonPackage rec { hash = "sha256-AFq4hTsDcWKnx3u4JGBMbggYeO4DwJrQHvQXRIVgGdM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "gorilla" ]; pythonImportsCheck = [ "gorilla" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ "test_find_patches_2" ]; disabledTests = lib.optionals (pythonAtLeast "3.12") [ "test_find_patches_2" ]; meta = with lib; { description = "Convenient approach to monkey patching"; Loading