-
-
Notifications
You must be signed in to change notification settings - Fork 402
feat(ci): upgrades ci to run tests using python 3 #1934
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you! This is p ending the ftw release (should happen in the next few hours). |
fed5a5c
to
e192ea3
Compare
@fzipi : This has some tests failing. Otherwise it would be good to go, would not it? And are the failing tests failing because of the changes to FTW? |
@dune73 Yes, this is becauseof the changes regarding the py3 full support. Some things are handled differently by py2 and py3, in particular string vs. bytes and encoding. With @fgsch were in the mix for getting a proper version but it might be a breaking change for some users (might be). So we cannot merge this one yet. |
OK. So this is pending for the time being. Thank you. |
e192ea3
to
9ae4d17
Compare
63bb325
to
015751d
Compare
015751d
to
6981a59
Compare
Looks like python 3.9 fails with the 1.2.3 version, but 3.8 works. Will then fix the pipeline run to 3.8 for now. |
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> Update Python to 3.x as the working version.
6981a59
to
88837ca
Compare
Great work @fzipi. Thank you very much. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay!
Finally, it is working. We might want to merge! @dune73 |
Signed-off-by: Felipe Zipitria felipe.zipitria@owasp.org
This PR upgrades ftw to 1.2.3, which has py3 support.