Loading pkgs/development/python-modules/mdit-py-plugins/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ , markdown-it-py , pytest-regressions , pytestCheckHook # allow disabling tests for the nixos manual build. # the test suite closure is just too large. , disableTests ? false }: buildPythonPackage rec { Loading @@ -33,7 +30,7 @@ buildPythonPackage rec { markdown-it-py ]; nativeCheckInputs = lib.optionals (!disableTests) [ nativeCheckInputs = [ pytestCheckHook pytest-regressions ]; Loading Loading
pkgs/development/python-modules/mdit-py-plugins/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ , markdown-it-py , pytest-regressions , pytestCheckHook # allow disabling tests for the nixos manual build. # the test suite closure is just too large. , disableTests ? false }: buildPythonPackage rec { Loading @@ -33,7 +30,7 @@ buildPythonPackage rec { markdown-it-py ]; nativeCheckInputs = lib.optionals (!disableTests) [ nativeCheckInputs = [ pytestCheckHook pytest-regressions ]; Loading