StackStorm / orquesta

Orquesta is a graph based workflow engine for StackStorm. Questions? https://github.com/StackStorm/st2/discussions
https://docs.stackstorm.com/orquesta/
Apache License 2.0
98 stars 39 forks source link

Add python3.8 support to tests using tox-gh-actions #236

Closed nzlosh closed 3 years ago

nzlosh commented 3 years ago

This PR adds Python3.8 support to orquesta testing as part of the Ubuntu 20.04 support work https://github.com/StackStorm/discussions/issues/68

nzlosh commented 3 years ago

@m4dcoder I changed the name of the test from py36 to tests to be more generic now that py38 is also tested. It looks like there's some sort of success evaluation based on the py36 string. I haven't been able to find where that is defined in the code so I assume it's something in the github settings.