mattduck / pytest-it

Decorate your pytest suite with RSpec-style pytest markers, then run `pytest --it` to see a plaintext spec of the test structure.
MIT License
35 stars 6 forks source link

fix: pytest 8.0.0 deprecations #10

Closed kjsanger closed 7 months ago

kjsanger commented 7 months ago

With the release of pytest 8, we're seeing some failures when using your very helpful plugin. I've made some changes which allow the tests to pass. Also, added Python 3.10 and 3.11 to the tox environments.

See https://github.com/wtsi-npg/npg-irods-python/actions/runs/7689630369/job/20952346214?pr=239

mattduck commented 7 months ago

@kjsanger Hey thanks a lot for picking this up -- will test and do a new release shortly

mattduck commented 7 months ago

@kjsanger all seemed to work fine, just released 0.1.5 including your fix. Thanks again!