From f48baca2a3e3c643abb7d367144a82bdf09807df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 May 2024 22:26:07 +0200 Subject: python312Packages.courlan: format with nixfmt --- .../development/python-modules/courlan/default.nix | 33 +++++++++------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/courlan/default.nix b/pkgs/development/python-modules/courlan/default.nix index eeb822e939deb..fd2cfc01b6e8d 100644 --- a/pkgs/development/python-modules/courlan/default.nix +++ b/pkgs/development/python-modules/courlan/default.nix @@ -1,13 +1,14 @@ -{ lib -, babel -, buildPythonPackage -, fetchPypi -, langcodes -, pytestCheckHook -, pythonOlder -, setuptools -, tld -, urllib3 +{ + lib, + babel, + buildPythonPackage, + fetchPypi, + langcodes, + pytestCheckHook, + pythonOlder, + setuptools, + tld, + urllib3, }: buildPythonPackage rec { @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace-fail "/tmp" "$TMPDIR" ''; - build-system = [ - setuptools - ]; + build-system = [ setuptools ]; dependencies = [ babel @@ -41,14 +40,10 @@ buildPythonPackage rec { urllib3 ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; # disable tests that require an internet connection - disabledTests = [ - "test_urlcheck" - ]; + disabledTests = [ "test_urlcheck" ]; pythonImportsCheck = [ "courlan" ]; -- cgit 1.4.1