python312Packages.batinfo: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 13:03:19 +02:00
parent 6268a5fdf2
commit 13251c3294

View File

@ -1,9 +1,10 @@
{ lib {
, buildPythonPackage lib,
, fetchFromGitHub buildPythonPackage,
, pytestCheckHook fetchFromGitHub,
, pythonOlder pytestCheckHook,
, setuptools pythonOlder,
setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -25,17 +26,11 @@ buildPythonPackage rec {
--replace-fail "self.assertEquals" "self.assertEqual" --replace-fail "self.assertEquals" "self.assertEqual"
''; '';
build-system = [ build-system = [ setuptools ];
setuptools
];
nativeCheckInputs = [ nativeCheckInputs = [ pytestCheckHook ];
pytestCheckHook
];
pythonImportsCheck = [ pythonImportsCheck = [ "batinfo" ];
"batinfo"
];
disabledTests = [ disabledTests = [
# Tests are a bit outdated # Tests are a bit outdated