python312Packages.dissect-thumbcache: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-08 01:06:17 +02:00
parent e7b448afad
commit 6a80592c0d

View File

@ -1,12 +1,13 @@
{ lib {
, buildPythonPackage lib,
, dissect-cstruct buildPythonPackage,
, dissect-util dissect-cstruct,
, fetchFromGitHub dissect-util,
, pytestCheckHook fetchFromGitHub,
, pythonOlder pytestCheckHook,
, setuptools pythonOlder,
, setuptools-scm setuptools,
setuptools-scm,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -33,13 +34,9 @@ buildPythonPackage rec {
dissect-util dissect-util
]; ];
nativeCheckInputs = [ nativeCheckInputs = [ pytestCheckHook ];
pytestCheckHook
];
pythonImportsCheck = [ pythonImportsCheck = [ "dissect.thumbcache" ];
"dissect.thumbcache"
];
disabledTests = [ disabledTests = [
# Don't run Windows related tests # Don't run Windows related tests