zfs-replicate: 4.0.0 -> 4.1.0 (#518216)

This commit is contained in:
kirillrdy
2026-05-11 09:04:26 +00:00
committed by GitHub
+3 -4
View File
@@ -8,14 +8,15 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "zfs_replicate";
version = "4.0.0";
version = "4.1.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "alunduil";
repo = "zfs-replicate";
tag = "v${finalAttrs.version}";
hash = "sha256-VajMSoFZ4SQXpuF1Lo6S9IhxvspCfUwpNw5zg16uA3M=";
hash = "sha256-7UoFx2XtadsQqavR5BTwbylaDksWSRxy5o+2hCOzfBw=";
};
# For compression to work, both local and remote systems must have lz4 installed.
@@ -42,8 +43,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
pytestCheckHook
];
doCheck = true;
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
# AssertionError: Expected SystemExit or FileNotFoundError
"zfs_test/replicate_test/cli_test/main_test.py"