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 , jsonschema
, mwcli , mwcli
, mwtypes , mwtypes
, pytestCheckHook
, nose , nose
, pytestCheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -23,9 +23,10 @@ buildPythonPackage rec {
mwtypes mwtypes
]; ];
nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [
nose
checkInputs = [ nose ]; pytestCheckHook
];
disabledTests = [ disabledTests = [
"test_page_with_discussion" "test_page_with_discussion"