Loading pkgs/development/python-modules/nocaselist/default.nix +5 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , pytest { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { Loading @@ -12,7 +14,7 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytest pytestCheckHook ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/nocaselist/default.nix +5 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , pytest { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { Loading @@ -12,7 +14,7 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytest pytestCheckHook ]; pythonImportsCheck = [ Loading