You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade the sdk to the last version but the tests are failing.
It look like it fails on your pipeline but also locally when I launch tox.
18 errors and 1 failure.
Also, the python version that tox use for the tests are deprecated (2.7, 3.4).
Hence, I was not able to test against those and modified tox to test with the python version we currently use (3.8).
I recommand testing version 3.8 and onward instead of the very deprecated 3.4.
Finally, I had to add this line in tox.ini for tox to lauch:
...
[testenv]
allowlist_externals = make
...
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to upgrade the sdk to the last version but the tests are failing.
It look like it fails on your pipeline but also locally when I launch tox.
18 errors and 1 failure.
Also, the python version that tox use for the tests are deprecated (2.7, 3.4).
Hence, I was not able to test against those and modified tox to test with the python version we currently use (3.8).
I recommand testing version 3.8 and onward instead of the very deprecated 3.4.
Finally, I had to add this line in tox.ini for tox to lauch:
Thanks
The text was updated successfully, but these errors were encountered: