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
Is there a specific reason as to why this requires specifically pytest-html==4.0.2 and iniconfig==2.0.0? pytest-html is now up to version 4.1.1 and iniconfig version 2.1.0. I wonder if it might be possible to have looser versioning rather than tying it to a specific sub-version release? In larger projects with other dependencies this can cause a version conflict.
In my example:
seleniumbase 4.35.7 requires iniconfig==2.0.0, but you have iniconfig 2.1.0 which is incompatible.
seleniumbase 4.35.7 requires pytest-html==4.0.2, but you have pytest-html 4.1.1 which is incompatible.
The text was updated successfully, but these errors were encountered:
Is there a specific reason as to why this requires specifically
pytest-html==4.0.2
andiniconfig==2.0.0
? pytest-html is now up to version 4.1.1 and iniconfig version 2.1.0. I wonder if it might be possible to have looser versioning rather than tying it to a specific sub-version release? In larger projects with other dependencies this can cause a version conflict.In my example:
The text was updated successfully, but these errors were encountered: