Upgrade Contile contract tests to Python 3.11
data-sync-user opened this issue · 2 comments
data-sync-user commented
The contile contract tests are currently using Python 3.8. Upgrade the solution and related dependencies to use Python 3.11.
Acceptance Criteria
- Dependency management is migrated from
pip-tools
andtox
topoetry
andpyproject.toml
- Contile contract tests are upgraded from Python 3.8 to Python 3.11
- The CircleCI configuration is updated to support new dependency management tools
- Docker images are updated to support the new Python version
- README documentation is updated
┆Issue is synchronized with this Jira Task
┆Epic: Contile Test Engineering Enhancements & Maintenance
data-sync-user commented
➤ Katrina Anderson commented:
Update (2023/01/25)
- Created branch https://github.com/mozilla-services/contile/tree/disco-2168 ( https://github.com/mozilla-services/contile/tree/disco-2168|smart-link )
- Completed migration to poetry dependency manager
data-sync-user commented
➤ Katrina Anderson commented:
Update (2023/01/26)
PR ( #512 ) up for Review