Commit add9bb4b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.tencentcloud-sdk-python: format with nixfmt

parent d98a8ed7
Loading
Loading
Loading
Loading
+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 {
@@ -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