mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python312Packages.dissect-thumbcache: format with nixfmt
This commit is contained in:
parent
e7b448afad
commit
6a80592c0d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user