From 59b1aef59071cae6e87859dc65de973d2cc595c0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 May 2024 16:01:06 +0200 Subject: python3Packages: format with nixfmt --- .../python-modules/flexmock/default.nix | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'pkgs/development/python-modules/flexmock') diff --git a/pkgs/development/python-modules/flexmock/default.nix b/pkgs/development/python-modules/flexmock/default.nix index 7ec46f29da6f5..154c9f97ecc41 100644 --- a/pkgs/development/python-modules/flexmock/default.nix +++ b/pkgs/development/python-modules/flexmock/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pytestCheckHook -, pythonOlder -, poetry-core -, teamcity-messages -, testtools +{ + lib, + buildPythonPackage, + fetchPypi, + pytestCheckHook, + pythonOlder, + poetry-core, + teamcity-messages, + testtools, }: buildPythonPackage rec { @@ -20,9 +21,7 @@ buildPythonPackage rec { hash = "sha256-ILaQr6T/jG8xVI2JbW1BzKH8kFCkz2KLll6kNOxUjuM="; }; - build-system = [ - poetry-core - ]; + build-system = [ poetry-core ]; nativeCheckInputs = [ pytestCheckHook @@ -30,9 +29,7 @@ buildPythonPackage rec { testtools ]; - pythonImportsCheck = [ - "flexmock" - ]; + pythonImportsCheck = [ "flexmock" ]; meta = with lib; { description = "Testing library that makes it easy to create mocks,stubs and fakes"; -- cgit 1.4.1