Commit 5a4d5de5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.mechanize: format with nixfmt

parent 85f29f35
Loading
Loading
Loading
Loading
+12 −19
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, html5lib
, pytestCheckHook
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  fetchPypi,
  html5lib,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -19,21 +20,13 @@ buildPythonPackage rec {
    hash = "sha256-HeqUf5vn6gq2EPe7xKTja0XWv9/O6imtPTiaiKGVfd8=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    html5lib
  ];
  dependencies = [ html5lib ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "mechanize"
  ];
  pythonImportsCheck = [ "mechanize" ];

  disabledTestPaths = [
    # Tests require network access