invoke-py no longer test builds #1162
Labels
bug
new upstream
Package has an updated upstream version
waiting for owner
waiting for a reply from package owner
Trying to add py38-py310 for invoke-py, I see that ur invoke-py is fairly old (2018) and no longer passes tests because pytest has deprecated things it uses (even for py37 that used to build back in 2019). This is the error:
The direct problem is that pytest-relaxed is also old (also 2018). @dhomeier has said that there are problems with pytest-relaxed, and I've often found that I have to add
-p no:relaxed
to pytest calls so that the plugin is not loaded for other packages. However, invoke actively uses pytest-relaxed, so this is not an option here.But could those problems be dealt with if pytest-relaxed is updated?
The text was updated successfully, but these errors were encountered: