Merge pull request #202173 from tjni/robotsuite

This commit is contained in:
Sandro
2022-11-23 00:13:06 +01:00
committed by GitHub
@@ -1,10 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, unittest2
, lxml
, robotframework
, pytestCheckHook
, six
}:
buildPythonPackage rec {
@@ -16,13 +16,10 @@ buildPythonPackage rec {
sha256 = "sha256-iugVKUPl6HTTO8K1EbSqAk1fl/fsEPoOcsOnnAgcEas=";
};
buildInputs = [
unittest2
];
propagatedBuildInputs = [
robotframework
lxml
six
];
checkInputs = [