schubergphilis / towerlib

A python library to interface with ansible tower's (awx) api.
MIT License
43 stars 39 forks source link

Version 3.12.1 should not have been pushed on main #117

Closed dangoncalves closed 1 year ago

dangoncalves commented 1 year ago

Version 3.12.1 seems to be released (the tag was published March, 29th 2023), but tests does not passes. It's a little bit confusing while documentation states that this version exists, but CI build step failed on tests and it wasn't published on pypi.

costastf commented 1 year ago

You are indeed right, this was a testing tag that should be reverted. I will do that during next week, thanks for reporting!

costastf commented 1 year ago

We are also in the process of fixing up the tests again so the pipeline is green and works as expected, that is WIP and should take some time though.

costastf commented 1 year ago

Commit reverted and actually released v3.13.0 with an improvement in adding timeout for requests.