From 2b6c79aaa443af836c17ca0ca7f628ab972037f1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 23 Jul 2023 12:46:45 +0200 Subject: [PATCH] python310Packages.mwxml: put nose in nativeCheckInputs --- pkgs/development/python-modules/mwxml/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/mwxml/default.nix b/pkgs/development/python-modules/mwxml/default.nix index 5c66e226916..792b52f01ab 100644 --- a/pkgs/development/python-modules/mwxml/default.nix +++ b/pkgs/development/python-modules/mwxml/default.nix @@ -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"