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
The recent release of pyproject-api 1.6.x seems to have broken
compatibility with older versions of tox. We had capped the tox version
at < 4.4.0 for some time to avoid other issues in tox. This commit
removes that cap to test if it is fixed and we can use the latest
versions of tox and pyproject-api together. If this fails CI then the
alternative approach will be to use the constraints file to cap
pyproject-api to < 1.6.0.
0 commit comments