python313Packages.pyunpack: unbreak
fixes https://hydra.nixos.org/build/283835130
This commit is contained in:
parent
e12be49d4d
commit
7d8071ec73
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "pyunpack" ];
|
||||
|
||||
disabledTests = [
|
||||
# pinning test of `--help` sensitive to python version
|
||||
"test_help"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# unfree
|
||||
"tests/test_rar.py"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user