nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.icalendar: disable failing tests

+2
+2
pkgs/development/python-modules/icalendar/default.nix
··· 48 48 # AssertionError: assert {'Atlantic/Jan_Mayen'} == {'Arctic/Longyearbyen'} 49 49 "test_dateutil_timezone_is_matched_with_tzname" 50 50 "test_docstring_of_python_file" 51 + # AssertionError: assert $TZ not in set() 52 + "test_add_missing_timezones_to_example" 51 53 ]; 52 54 53 55 enabledTestPaths = [ "src/icalendar" ];