framework icon indicating copy to clipboard operation
framework copied to clipboard

1631: Pin black, moto, pytest versions to avoid breaking changes to tests

Open richardt-engineb opened this issue 1 year ago • 0 comments

Summary

  • fixes #1631

Over the weekend (26-27 Jan 2024) there were major updates to black, moto, and pytest that broke the tests. This commit pins the versions of those tools to before their major updates to get the automated running & passing again.

Actual updates to the code to be in line with the latest versions can follow in a later PR.

Tests

Run hatch -e ci.py3.10 run test and ensure all tests run and pass (with test db images up and running).

richardt-engineb avatar Jan 30 '24 12:01 richardt-engineb