Loading pkgs/development/python-modules/et_xmlfile/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchPypi , lxml , pytest , pytestCheckHook , pythonOlder }: Loading @@ -21,13 +21,9 @@ buildPythonPackage rec { nativeCheckInputs = [ lxml pytest pytestCheckHook ]; checkPhase = '' py.test $out ''; pythonImportsCheck = [ "et_xmlfile" ]; Loading Loading
pkgs/development/python-modules/et_xmlfile/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchPypi , lxml , pytest , pytestCheckHook , pythonOlder }: Loading @@ -21,13 +21,9 @@ buildPythonPackage rec { nativeCheckInputs = [ lxml pytest pytestCheckHook ]; checkPhase = '' py.test $out ''; pythonImportsCheck = [ "et_xmlfile" ]; Loading