treebeardtech / nbmake

📝 Pytest plugin for testing notebooks
https://pypi.org/project/nbmake/
Apache License 2.0
184 stars 18 forks source link

pytest 7 #62

Closed indigoviolet closed 2 years ago

indigoviolet commented 2 years ago

currently the pyproject.toml specifies ^6.0.1, will it work with pytest 7+?

alex-treebeard commented 2 years ago

Hi @indigoviolet, looking at the breaking changes list for 7+ I reckon this will just work. But I will do some testing and release an updated releases explicitly supporting 7.

alex-treebeard commented 2 years ago

I have done some QA and released 1.2.1 which allows pytest 7.

Nice work with nbmd by the way.

indigoviolet commented 2 years ago

thank you!