python312Packages.aioairq: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-15 16:36:42 +02:00
parent 4422a302ed
commit 38f4409623
@@ -1,12 +1,13 @@
{ 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