Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/thoth-station/thoth-ops-infra/blob/master/OWNERS)~~ [goern]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Related Issues and Dependencies
fix #74 …
This introduces a breaking change
Repos relying on using setup.py for running tests (aka, direct
pytest
does not work) will not workDescription
We use only pytest on thoth-* repos right now (I think ?), so we don't need a "frontend". In the future if we do, we'll switch to something like tox.