lol

python310Packages.mwtypes: put nose in nativeCheckInputs

+5 -4
+5 -4
pkgs/development/python-modules/mwtypes/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , jsonable 5 - , pytestCheckHook 6 5 , nose 6 + , pytestCheckHook 7 7 }: 8 8 9 9 buildPythonPackage rec { ··· 17 17 18 18 propagatedBuildInputs = [ jsonable ]; 19 19 20 - nativeCheckInputs = [ pytestCheckHook ]; 21 - 22 - checkInputs = [ nose ]; 20 + nativeCheckInputs = [ 21 + nose 22 + pytestCheckHook 23 + ]; 23 24 24 25 disabledTests = [ 25 26 "test_normalize_path_bad_extension"