lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pyunpack: unbreak

fixes https://hydra.nixos.org/build/283835130

+5
+5
pkgs/development/python-modules/pyunpack/default.nix
··· 45 45 46 46 pythonImportsCheck = [ "pyunpack" ]; 47 47 48 + disabledTests = [ 49 + # pinning test of `--help` sensitive to python version 50 + "test_help" 51 + ]; 52 + 48 53 disabledTestPaths = [ 49 54 # unfree 50 55 "tests/test_rar.py"