camptocamp / pytest-odoo

pytest plugin to run Odoo tests
GNU Affero General Public License v3.0
67 stars 41 forks source link

Require pytest>=7.2 #54

Closed sbidoul closed 1 year ago

sbidoul commented 1 year ago

This follows #53.

@simahawk it'd be nice if you could cut a release with this to avoid confusion.

Longer term, we should try to remove the dependency on pytest internals.

simahawk commented 1 year ago

https://pypi.org/project/pytest-odoo/0.9.1/

Sooner or later I'll add towncrier to have a changelog and a proper commit for the release :man_shrugging:

sbidoul commented 1 year ago

Alternatively, if you create the tag with GitHub releases, it has a nice mechanism to generate release notes from pull requests. It's simpler than running towncrier. The downside, is that it ties the changelog to a GitHub feature.