Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove changelog entry for --python3 "st2 pack install" CLI flag #4075

Merged
merged 3 commits into from
Apr 10, 2018

Conversation

Kami
Copy link
Member

@Kami Kami commented Apr 10, 2018

During the release testing, we encountered some issues with this feature (thanks to @warrenvw and @m4dcoder, I also confirmed some of that issues on Ubuntu 16.06 which ships with Python 3 by default).

There are still some scenarios related to StackStorm and 3rd party library imports which don't work and cause exceptions so that feature doesn't work as expected.

For now the best thing to do is to simple remove any mention of this feature. I removed the changelog entry and --python3 flag, but I left action parameter there since it's an implementation detail and will make it easier for us to test it and work on it in the future (but it doesn't in any way affect our users since it's disabled by default).

Sadly I didn't have time to dig in and we need to get the release out. Hopefully we will have time to dig in and get it fixed and fully working in time for v2.8.0.

/cc @tonybaloney ^Just a heads up

@Kami
Copy link
Member Author

Kami commented Apr 10, 2018

Corresponding documentation change removal - StackStorm/st2docs#718, StackStorm/st2docs#719.

@tonybaloney
Copy link
Contributor

@Kami :-( what were the issues?

@Kami
Copy link
Member Author

Kami commented Apr 10, 2018

@tonybaloney Sadly I didn't really have time to dig in much, but it looks like yaml package and some StackStorm related imports (yaml stuff might be related to absolute imports, but didn't have time to dig in).

Having said that, I will add some (failing) tests for that functionality post v2.7.0 and we can start from there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants