AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
55 stars 10 forks source link

Pytest >= 8.0.0 breaks tests #787

Closed ns-rse closed 4 months ago

ns-rse commented 5 months ago

Issues with the pytest-lazy-fixture plugin have cropped up with the release of pytest-8.0.0 on 2024-01-27 (see issue).

There are some solutions on lazy fixture alternatives in that thread and may be possible to request.getfixturevalue() instead.

In the interim suggest blocking new pytest versions by modifying pyproject.toml to...

  "pytest<8.0.0",

...until there is time to address this properly.