Loading pkgs/development/python-modules/robotsuite/default.nix +2 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , unittest2 , lxml , robotframework , pytestCheckHook , six }: buildPythonPackage rec { Loading @@ -16,13 +16,10 @@ buildPythonPackage rec { sha256 = "sha256-iugVKUPl6HTTO8K1EbSqAk1fl/fsEPoOcsOnnAgcEas="; }; buildInputs = [ unittest2 ]; propagatedBuildInputs = [ robotframework lxml six ]; checkInputs = [ Loading Loading
pkgs/development/python-modules/robotsuite/default.nix +2 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , unittest2 , lxml , robotframework , pytestCheckHook , six }: buildPythonPackage rec { Loading @@ -16,13 +16,10 @@ buildPythonPackage rec { sha256 = "sha256-iugVKUPl6HTTO8K1EbSqAk1fl/fsEPoOcsOnnAgcEas="; }; buildInputs = [ unittest2 ]; propagatedBuildInputs = [ robotframework lxml six ]; checkInputs = [ Loading