Version 0.2.0
Pre-release
Pre-release
- Add support for per-environment configuration setting
require_locked_deps
- Add support for per-dependency lock requirement setting using
@poetry
suffix - Add support for coexisting locked and unlocked dependencies in a single test environment
- Update documentation to include more usage examples
- Update documentation to improve clarity around problems and drawbacks
- Fix logging messages being inconsistently formatted
- Fix raising the same exception for "locked dependency not found" and "locked dependency specifies alternate version" errors
- Fix plugin errors not reporting to Tox that they happened
- Fix plugin errors not causing Tox to mark the env as failed