You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI builds started breaking today due to pytest 7.2.0 removing the py.test import support. At the time of writing this, the changelog on the website does not yet include this new release, but GitHub already provides the corresponding data. The offending change is pytest-dev/pytest#10396.
The solution is to simply replace the imports and usages of py.test with pytest. I will open a corresponding PR when I find some more time in the next days.
The text was updated successfully, but these errors were encountered:
CI builds started breaking today due to pytest 7.2.0 removing the py.test import support. At the time of writing this, the changelog on the website does not yet include this new release, but GitHub already provides the corresponding data. The offending change is pytest-dev/pytest#10396.
Errors appear like this:
The solution is to simply replace the imports and usages of
py.test
withpytest
. I will open a corresponding PR when I find some more time in the next days.The text was updated successfully, but these errors were encountered: