Skip to content

Commit 7d8071e

Browse files
committed
python313Packages.pyunpack: unbreak
fixes https://hydra.nixos.org/build/283835130
1 parent e12be49 commit 7d8071e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/pyunpack/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ buildPythonPackage rec {
4545

4646
pythonImportsCheck = [ "pyunpack" ];
4747

48+
disabledTests = [
49+
# pinning test of `--help` sensitive to python version
50+
"test_help"
51+
];
52+
4853
disabledTestPaths = [
4954
# unfree
5055
"tests/test_rar.py"

0 commit comments

Comments
 (0)