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

python312Packages.aranet4: format with nixfmt

parent df3a6986
Loading
Loading
Loading
Loading
+12 −17
Original line number Diff line number Diff line
{ lib
, bleak
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, requests
, setuptools
{
  lib,
  bleak,
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  requests,
  setuptools,
}:

buildPythonPackage rec {
@@ -22,22 +23,16 @@ buildPythonPackage rec {
    hash = "sha256-j53d2Ki9xVWGHWkAu1wkjYE56Xq7kfMmqQrQiKrBg2I=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    bleak
    requests
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "aranet4"
  ];
  pythonImportsCheck = [ "aranet4" ];

  disabledTests = [
    # Test compares rendered output