python312Packages.tencentcloud-sdk-python: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 12:29:46 +02:00
parent d98a8ed782
commit add9bb4bea
1 changed files with 12 additions and 19 deletions

View File

@ -1,10 +1,11 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, requests
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
@ -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