Loading pkgs/development/python-modules/icalendar/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { version = "6.1.1"; version = "6.1.3"; pname = "icalendar"; pyproject = true; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "collective"; repo = "icalendar"; tag = "v${version}"; hash = "sha256-PP4wBItPv5pPQKkGX4mGPl2RUGxOALOss++imzK4G4E="; hash = "sha256-qRIBsRy+gQ6/6yB8AZN/GHt7Tk4VymtJGMXRmfngDxI="; }; patches = [ Loading @@ -44,6 +44,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # AssertionError: assert {'Atlantic/Jan_Mayen'} == {'Arctic/Longyearbyen'} "test_dateutil_timezone_is_matched_with_tzname" "test_docstring_of_python_file" ]; pytestFlagsArray = [ "src/icalendar" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/icalendar/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ }: buildPythonPackage rec { version = "6.1.1"; version = "6.1.3"; pname = "icalendar"; pyproject = true; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "collective"; repo = "icalendar"; tag = "v${version}"; hash = "sha256-PP4wBItPv5pPQKkGX4mGPl2RUGxOALOss++imzK4G4E="; hash = "sha256-qRIBsRy+gQ6/6yB8AZN/GHt7Tk4VymtJGMXRmfngDxI="; }; patches = [ Loading @@ -44,6 +44,12 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # AssertionError: assert {'Atlantic/Jan_Mayen'} == {'Arctic/Longyearbyen'} "test_dateutil_timezone_is_matched_with_tzname" "test_docstring_of_python_file" ]; pytestFlagsArray = [ "src/icalendar" ]; meta = with lib; { Loading