vunnel: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-07 10:59:32 +02:00
parent 70c539f695
commit fd1ee46c68

View File

@ -1,7 +1,8 @@
{ lib {
, fetchFromGitHub lib,
, git fetchFromGitHub,
, python3 git,
python3,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -21,9 +22,7 @@ python3.pkgs.buildPythonApplication rec {
"sqlalchemy" "sqlalchemy"
]; ];
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
pythonRelaxDepsHook
];
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [
poetry-core poetry-core
@ -52,18 +51,16 @@ python3.pkgs.buildPythonApplication rec {
zstandard zstandard
]; ];
nativeCheckInputs = [ nativeCheckInputs =
git [ git ]
] ++ (with python3.pkgs; [ ++ (with python3.pkgs; [
jsonschema jsonschema
pytest-mock pytest-mock
pytest-unordered pytest-unordered
pytestCheckHook pytestCheckHook
]); ]);
pythonImportsCheck = [ pythonImportsCheck = [ "vunnel" ];
"vunnel"
];
disabledTests = [ disabledTests = [
# Compare output # Compare output