Loading pkgs/development/python-modules/tencentcloud-sdk-python/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-Kki/rFtxWbRmLnrV+sDQebj7Zo5dKhmlTXL/u4Ez3fI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "tencentcloud" ]; pythonImportsCheck = [ "tencentcloud" ]; pytestFlagsArray = [ # Other tests require credentials Loading Loading
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-Kki/rFtxWbRmLnrV+sDQebj7Zo5dKhmlTXL/u4Ez3fI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "tencentcloud" ]; pythonImportsCheck = [ "tencentcloud" ]; pytestFlagsArray = [ # Other tests require credentials Loading