Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support label type dict on compat build | baude | 2021-03-02 |
| | | | | | | | | | The compatibility endpoint for build labels should be of type dict (not list). For backwards compatibility, we support both. Fixes: #9517 Signed-off-by: baude <bbaude@redhat.com> | ||
* | Refactor python tests to run against python3.9 | Jhon Honce | 2021-03-01 |
* Introduce sub-package compat to meet packaging and import requirements * Update documenation for running tests * Add requirements.txt to improve IDE support Signed-off-by: Jhon Honce <jhonce@redhat.com> |