Merge pull request #285052 from fabaff/acquire-bump

python311Packages.dissect-cstruct: update disabled
This commit is contained in:
Fabian Affolter 2024-01-30 21:37:20 +01:00 committed by GitHub
commit 7e31e20996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -10,9 +10,9 @@
buildPythonPackage rec {
pname = "dissect-cstruct";
version = "3.12";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.12";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";

View File

@ -53,7 +53,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "flow.record~=" "flow.record>="
--replace-warn "flow.record~=" "flow.record>="
'';
nativeBuildInputs = [
@ -110,12 +110,13 @@ buildPythonPackage rec {
# Test requires rdump
"test_exec_target_command"
# Issue with tar file
"test_tar_sensitive_drive_letter"
"test_dpapi_decrypt_blob"
"test_notifications_appdb"
"test_md"
"test_notifications_wpndatabase"
"test_nested_md_lvm"
"test_notifications_appdb"
"test_notifications_wpndatabase"
"test_tar_anonymous_filesystems"
"test_tar_sensitive_drive_letter"
# Tests compare dates and times
"yum"
# Filesystem access, windows defender tests