Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Fix failing Pillow library used in snapshot testing #452

Closed hborisoff closed 3 years ago

hborisoff commented 3 years ago
What Where/Who
JIRA Issue SDK-380
People Involved @hborisoff

Background

Travis-CI build started failing very often with an error when installing Pillow python library. It is somehow related to the Python version (2.7 is deprecated) that the snapshot testing framework is using. Created a thread about that, but currently without any responses. Resolution is to install the Pillow library from local storage, it is placed in Tools folder. File naming must remain as it is, otherwise installing fails.