From f53d828847965ee54f40bacb9237bd0e71c9878b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 Apr 2024 20:46:49 +0200 Subject: [PATCH] python312Packages.py-serializable: format with nixfmt --- .../py-serializable/default.nix | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/pkgs/development/python-modules/py-serializable/default.nix b/pkgs/development/python-modules/py-serializable/default.nix index 373f61abbbfe..dd7b8dd4312d 100644 --- a/pkgs/development/python-modules/py-serializable/default.nix +++ b/pkgs/development/python-modules/py-serializable/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, defusedxml -, fetchFromGitHub -, lxml -, poetry-core -, pytestCheckHook -, pythonOlder -, xmldiff +{ + lib, + buildPythonPackage, + defusedxml, + fetchFromGitHub, + lxml, + poetry-core, + pytestCheckHook, + pythonOlder, + xmldiff, }: buildPythonPackage rec { @@ -23,13 +24,9 @@ buildPythonPackage rec { hash = "sha256-oVjb7/9RWvQd5L6xQBrspfblPzMaRvnZHDuojTuq+zE="; }; - build-system = [ - poetry-core - ]; + build-system = [ poetry-core ]; - dependencies = [ - defusedxml - ]; + dependencies = [ defusedxml ]; nativeCheckInputs = [ lxml @@ -37,9 +34,7 @@ buildPythonPackage rec { xmldiff ]; - pythonImportsCheck = [ - "serializable" - ]; + pythonImportsCheck = [ "serializable" ]; disabledTests = [ # AssertionError: 'The Phoenix