Commit 13251c32 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.batinfo: format with nixfmt

parent 6268a5fd
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ 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