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
* change: adjust tox black stages to install from requirements file
Also remove uneeded config in the command, it is now set in the pyproject.toml
so IDE's and other tooling outside tox picks up the setting.
* change: improve tox install times by not installing all deps when not needed
Moved to using deps to override the test extra being installed in
skip_install tox stages. Now only the needed deps are installed.
Improves install time by around 7x.
Closesaws#4591
* change: bump twine version to 5.0.0
Twine 3.8.0 didn't include its dependencies. The tox stage happened to
work from packaging being installed as a transitive.
Ref: pypa/twine#894
0 commit comments