pypi nox-poetry 0.8.0

latest releases: 1.0.3, 1.0.2, 1.0.1...
3 years ago

Changes

This release brings a major API redesign: nox-poetry now ships its own @session decorator. Decorate your session functions with it, and session.install will use Poetry's lock file to pin dependencies. Thanks @brechtm for the initial idea!

This release deprecates the following functions and modules:

Deprecation Replacement
module patch @session
function install session.install
function installroot session.poetry.installroot
function build_package session.poetry.build_package
function export_requirements session.poetry.export_requirements

Read on for a complete list of changes.

🚀 Features

🔥 Removals and Deprecations

👷 Continuous Integration

📚 Documentation

  • Use intersphinx for links to pip and Nox docs (#267) @cjolowicz
  • docs: Invoke Nox inside the Poetry environment for testing (#264) @cjolowicz

🔨 Refactoring

📦 Dependencies

Don't miss a new nox-poetry release

NewReleases is sending notifications on new releases.