+4
-3
pkgs/development/python-modules/acquire/default.nix
+4
-3
pkgs/development/python-modules/acquire/default.nix
···
18
19
buildPythonPackage rec {
20
pname = "acquire";
21
-
version = "3.17";
22
pyproject = true;
23
24
disabled = pythonOlder "3.9";
···
27
owner = "fox-it";
28
repo = "acquire";
29
tag = version;
30
-
hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0=";
31
};
32
33
build-system = [
···
55
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full;
56
57
disabledTests = [
58
"test_collector_collect_path_with_dir"
59
-
"test_collector_collect_glob"
60
"test_misc_osx"
61
"test_misc_unix"
62
];
···
18
19
buildPythonPackage rec {
20
pname = "acquire";
21
+
version = "3.18";
22
pyproject = true;
23
24
disabled = pythonOlder "3.9";
···
27
owner = "fox-it";
28
repo = "acquire";
29
tag = version;
30
+
hash = "sha256-kDoDPeMvpctNnB+e2LnCZ7fw9AP+AjPYDXwVqKedJ88=";
31
};
32
33
build-system = [
···
55
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full;
56
57
disabledTests = [
58
+
"output_encrypt"
59
+
"test_collector_collect_glob"
60
"test_collector_collect_path_with_dir"
61
"test_misc_osx"
62
"test_misc_unix"
63
];