python312Packages.netutils: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 20:39:14 +02:00
parent 14036488ad
commit 732c13373e

View File

@ -1,15 +1,16 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, jinja2
, jsonschema
, napalm
, poetry-core
, pytestCheckHook
, pythonOlder
, pyyaml
, toml
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
jinja2,
jsonschema,
napalm,
poetry-core,
pytestCheckHook,
pythonOlder,
pyyaml,
toml,
}:
buildPythonPackage rec {
@ -26,13 +27,9 @@ buildPythonPackage rec {
hash = "sha256-Eqs/YkU2XrjD7x2WgvvR89/Pdi9AW9vhw3alJ8kIDgc=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
jsonschema
];
dependencies = [ jsonschema ];
passthru.optional-dependencies.optionals = [
jsonschema
@ -46,9 +43,7 @@ buildPythonPackage rec {
toml
];
pythonImportsCheck = [
"netutils"
];
pythonImportsCheck = [ "netutils" ];
disabledTests = [
# Tests require network access