python312Packages.batinfo: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 13:03:19 +02:00
parent 6268a5fdf2
commit 13251c3294
1 changed files with 10 additions and 15 deletions

View File

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