Loading pkgs/development/python-modules/mwxml/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,21 +3,27 @@ stdenv, buildPythonPackage, fetchPypi, # build-system setuptools, # dependencies jsonschema, mwcli, mwtypes, # tests pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "mwxml"; version = "0.3.5"; version = "0.3.6"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-K/5c6BfX2Jo/jcKhCa3hCQ8PtWzqSFZ8xFqe1R/CSEs="; hash = "sha256-WlMYHTAhUq0D7FE/8Yaongx+H8xQx4MwRSoIcsqmOTU="; }; build-system = [ setuptools ]; Loading @@ -28,10 +34,10 @@ buildPythonPackage rec { mwtypes ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mwxml" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # AttributeError: Can't get local object 'map.<locals>.process_path' "test_complex_error_handler" Loading Loading
pkgs/development/python-modules/mwxml/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -3,21 +3,27 @@ stdenv, buildPythonPackage, fetchPypi, # build-system setuptools, # dependencies jsonschema, mwcli, mwtypes, # tests pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "mwxml"; version = "0.3.5"; version = "0.3.6"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-K/5c6BfX2Jo/jcKhCa3hCQ8PtWzqSFZ8xFqe1R/CSEs="; hash = "sha256-WlMYHTAhUq0D7FE/8Yaongx+H8xQx4MwRSoIcsqmOTU="; }; build-system = [ setuptools ]; Loading @@ -28,10 +34,10 @@ buildPythonPackage rec { mwtypes ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mwxml" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # AttributeError: Can't get local object 'map.<locals>.process_path' "test_complex_error_handler" Loading