farmOS / farmOS.py

A Python library for interacting with farmOS over API.
GNU General Public License v3.0
27 stars 12 forks source link

Update to pytest v8 #65

Open paul121 opened 9 months ago

paul121 commented 9 months ago

~There seems to be an error with the pytest tests. This seems to have just started recently. Likely related to https://github.com/pytest-dev/pytest/issues/11904~

I fixed the tests by pinning pytest to ~=7.0. Keeping this open so that we can upgrade back to v8 once a fix is in place.