lol

python310Packages.mwxml: put nose in nativeCheckInputs

+5 -4
+5 -4
pkgs/development/python-modules/mwxml/default.nix
··· 4 4 , jsonschema 5 5 , mwcli 6 6 , mwtypes 7 - , pytestCheckHook 8 7 , nose 8 + , pytestCheckHook 9 9 }: 10 10 11 11 buildPythonPackage rec { ··· 23 23 mwtypes 24 24 ]; 25 25 26 - nativeCheckInputs = [ pytestCheckHook ]; 27 - 28 - checkInputs = [ nose ]; 26 + nativeCheckInputs = [ 27 + nose 28 + pytestCheckHook 29 + ]; 29 30 30 31 disabledTests = [ 31 32 "test_page_with_discussion"