Pytest 3.7.0 incompatible with some plugins #3744
Labels
type: bug
problem that needs to be addressed
type: regression
indicates a problem that was introduced in a release which was working previously
(I'm not sure if this is the correct place to add this issue, but I'm sure that this is because of
pytest
new release 3.7.0)Today, My testing pipeline was failing. It only fails with
flake8
plugins and maybe other plugins.It happens when I run:
This is the error I got
Part of my requirements
How I solved it:
I pinned the version of
pytest==3.6.4
If you think that this is not
pytest
related issue, feel free to close it.Thanks
The text was updated successfully, but these errors were encountered: