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.
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.