lol

python39Packages.python-toolbox: unbreak

authored by

Robert T. McGibbon and committed by
Jonathan Ringer
9622485d 7209ede7

+8 -3
+8 -3
pkgs/development/python-modules/python-toolbox/default.nix
··· 3 3 , docutils 4 4 , fetchFromGitHub 5 5 , isPy27 6 - , nose 7 - , pytest 6 + , pytestCheckHook 8 7 }: 9 8 10 9 buildPythonPackage rec { ··· 21 20 22 21 checkInputs = [ 23 22 docutils 24 - pytest 23 + pytestCheckHook 24 + ]; 25 + 26 + disabledTestPaths = [ 27 + # file imports 'dummy_threading', which was deprecated since py37 28 + # and removed in py39 29 + "test_python_toolbox/test_cute_profile/test_cute_profile.py" 25 30 ]; 26 31 27 32 meta = with lib; {