commit | ca2d79fdbe3fc60e2a0adea1945d2e33b9e183a0 | [log] [tgz] |
---|---|---|
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Thu Jan 23 20:07:00 2020 +0200 |
committer | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | Thu Jan 23 18:25:14 2020 +0000 |
tree | 3c4569f0d88dc36306c59b65a43f47a0ad6e0123 | |
parent | 8457bb1442ddeb20e7cf9d6128593b45b20033df [diff] |
Tolerate gnocchiclient import errors currently we are experiencing errors due to `ujson` dependency of gnocchiclient (see https://github.com/esnme/ultrajson/issues/346). For now it seems to affect Py2 only, and is fixed in master of that lib, but until then let's just tolerate failure to load gnocchiclient and skip that single scenario test where it is used in case of an error. Change-Id: Ice4f12d875c940c07e22af9170aaa0b258dd5c06 Related-Issue: PRODX-2479