StackStorm / st2sdk

This repository contains different utilities and tools which help with the StackStorm integration pack development.
Apache License 2.0
10 stars 11 forks source link

Try upgrading cmd2 dependency #27

Closed Kami closed 5 years ago

Kami commented 5 years ago

Nightly builds have been failing for a while now - https://circleci.com/gh/StackStorm/st2sdk.

I believe the issue is related to cmd2 dependency. We will see if upgrading it, fixes the test failures.

NOTE: 0.9.x and above series of cmd2 is only available for Python 3.

Kami commented 5 years ago

It looks like a change in fd0d49e69c573d7ac93749124744b224ff179cb4 fixed it.

The issue was related that it tried to use st2sdk binary from a global environment instead the one from a tox environment (this way correct binary is used for Python 2 and Python 3).

EDIT: Tests are still failing under Python 3 for some reason.