python312Packages.aiopvapi: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 10:18:06 +02:00
parent ad19fcbd8c
commit b7b759af7d

@ -1,10 +1,11 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -21,21 +22,13 @@ buildPythonPackage rec {
hash = "sha256-WtTqtVr1oL86dpsAIK55pbXWU4X/cajVLlggd6hfM4c=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
];
dependencies = [ aiohttp ];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"aiopvapi"
];
pythonImportsCheck = [ "aiopvapi" ];
disabledTests = [
# AssertionError