pythonPackages.vobject: fix transient failure in tests
This commit is contained in:
parent
42ba6e45dc
commit
5d21fabdee
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user