camptocamp / pytest-odoo

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

Remove dependency on py lib #53

Closed guewen closed 1 year ago

guewen commented 1 year ago

The py dependency has been removed in pytest: https://github.com/pytest-dev/pytest/pull/10396

guewen commented 1 year ago

@simahawk @sbidoul

sbidoul commented 1 year ago

@guewen @simahawk this change makes pytest-odoo require pytest>=7.2, which in turn requires python>=3.7.