python313Packages.pyzipper: disable tests

They depend on a removed standard library module.
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:32 +01:00
parent c4c07753b9
commit 548fa4056b
@@ -32,6 +32,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyzipper" ];
doCheck = pythonOlder "3.13"; # depends on removed nntplib battery
disabledTests = [
# Tests are parsing CLI output
"test_args_from_interpreter_flags"