audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

TST: depend on pytest<8.1.0 #192

Closed frankenjoe closed 4 months ago

frankenjoe commented 4 months ago

doctestplus is not compatible with pytest==8.1.0, see https://github.com/audeering/audbackend/pull/190#issuecomment-1976241914

hagenw commented 4 months ago

I reported it upstream at https://github.com/scientific-python/pytest-doctestplus/issues/239.

As we are working in the development branch at the moment, I agree with just pinning the pytest version until doctestplus is fixed.

hagenw commented 4 months ago

As expected, this caused some uproar in the community.

In the meantime, pytest v8.1.0 was yanked (https://github.com/pytest-dev/pytest/issues/12069) and we got a new release of doctestplus (https://github.com/scientific-python/pytest-doctestplus/issues/239#issuecomment-1976973156). I would propose we wait until they repeat the actual pytest v8.1.0 release and do a new pull request then removing the upper limit for pytest.