Closed indigoviolet closed 2 years ago
currently the pyproject.toml specifies ^6.0.1, will it work with pytest 7+?
pyproject.toml
^6.0.1
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.
I have done some QA and released 1.2.1 which allows pytest 7.
Nice work with nbmd by the way.
thank you!
currently the
pyproject.toml
specifies^6.0.1
, will it work with pytest 7+?