pythonPackages.vobject: fix transient failure in tests

This commit is contained in:
Domen Kožar
2015-10-28 21:12:49 +01:00
parent 42ba6e45dc
commit 5d21fabdee
+5
View File
@@ -12733,6 +12733,11 @@ let
propagatedBuildInputs = with self; [ dateutil ];
patchPhase = ''
# fails due to hash randomization
sed -i 's/RRULE:FREQ=MONTHLY;BYMONTHDAY=-1,-5/RRULE:FREQ=MONTHLY;BYMONTHDAY=.../' test_vobject.py
'';
meta = {
description = "Module for reading vCard and vCalendar files";
homepage = http://vobject.skyhouseconsulting.com/;