python310Packages.mwxml: put nose in nativeCheckInputs

This commit is contained in:
Gaetan Lepage 2023-07-23 12:46:45 +02:00
parent 8b14338b1f
commit 2b6c79aaa4

View file

@ -4,8 +4,8 @@
, jsonschema
, mwcli
, mwtypes
, pytestCheckHook
, nose
, pytestCheckHook
}:
buildPythonPackage rec {
@ -23,9 +23,10 @@ buildPythonPackage rec {
mwtypes
];
nativeCheckInputs = [ pytestCheckHook ];
checkInputs = [ nose ];
nativeCheckInputs = [
nose
pytestCheckHook
];
disabledTests = [
"test_page_with_discussion"