Loading pkgs/development/python-modules/linode-api/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,10 @@ pythonOlder, setuptools, requests, polling, pytestCheckHook, mock, httpretty, }: buildPythonPackage rec { Loading @@ -26,11 +28,20 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests polling ]; nativeCheckInputs = [ mock pytestCheckHook mock httpretty ]; disabledTestPaths = [ # needs api token "test/integration" ]; pythonImportsCheck = [ "linode_api4" ]; Loading Loading
pkgs/development/python-modules/linode-api/default.nix +13 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,10 @@ pythonOlder, setuptools, requests, polling, pytestCheckHook, mock, httpretty, }: buildPythonPackage rec { Loading @@ -26,11 +28,20 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests polling ]; nativeCheckInputs = [ mock pytestCheckHook mock httpretty ]; disabledTestPaths = [ # needs api token "test/integration" ]; pythonImportsCheck = [ "linode_api4" ]; Loading