python312Packages.mechanize: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-11 21:55:58 +02:00
parent 85f29f3518
commit 5a4d5de5dc

View File

@ -1,10 +1,11 @@
{ 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