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
Pytest-check 2.2.3 seems to have introduced a change that causes an internal error when combined with pytest-reportlog. This seems like it might be related to #155.
Steps to reproduce:
pip install pytest==8.3.4 pytest-check==2.4.1 pytest-reportlog==0.4.0 (these are latest at time of writing)
Maybe an issue with pytest-reportlog? I'm not sure.
I don't guarantee this plugin works with all other plugins.
However, if you have a fix for this, I'd consider a pull request
@okken would you accept a PR that adds an ini file option to disable the problematic feature? i.e. to override the logic in this if statement so that users of other plugins that serialize longrepr can disable it, not just xdist.
Pytest-check 2.2.3 seems to have introduced a change that causes an internal error when combined with pytest-reportlog. This seems like it might be related to #155.
Steps to reproduce:
pip install pytest==8.3.4 pytest-check==2.4.1 pytest-reportlog==0.4.0
(these are latest at time of writing)testit.py
with the content below.pytest testit.py --report-log test.json
Test code:
Output:
Output from pytest-check 2.2.2:
The text was updated successfully, but these errors were encountered: