Commit 38f44096 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aioairq: format with nixfmt

parent 4422a302
Loading
Loading
Loading
Loading
+12 −15
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pycryptodome
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
  lib,
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  pycryptodome,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -23,9 +24,7 @@ buildPythonPackage rec {
    hash = "sha256-ppjhGBAoA5iV+ZfUKkUCNJRYN82JtclRe36pbe85i5w=";
  };

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

  dependencies = [
    aiohttp
@@ -40,9 +39,7 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pythonImportsCheck = [
    "aioairq"
  ];
  pythonImportsCheck = [ "aioairq" ];

  disabledTestPaths = [
    # Tests require network access