Skip to content

venv create & new flit build internals

Compare
Choose a tag to compare
@yaythomas yaythomas released this 05 Oct 17:43
· 21 commits to main since this release

summary

  • you can now use a custom error message when pypyr.steps.assert raises an exception.
  • new pypyr.steps.venv step to create venvs in parallel from yaml or toml config.
  • new venv-create pipeline so you can provision venvs concurrently from declarative config without having to write your own pipeline or script.
  • pypyr is now built & packaged by the excellent PEP517 compliant flit.

what's changed

Full Changelog: v5.5.0...v5.6.0