mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-18 03:13:25 +00:00
Restructure config options to support tox's native change detection
Remove custom handling of deps option Add locked_deps option Stop modifying the envconfig.deps option at runtime
This commit is contained in:
@@ -26,3 +26,7 @@ class LockedDepNotFoundError(ToxPoetryInstallerException):
|
||||
|
||||
class ExtraNotFoundError(ToxPoetryInstallerException):
|
||||
"""Project package extra not defined in project's pyproject.toml"""
|
||||
|
||||
|
||||
class LockedDepsRequiredError(ToxPoetryInstallerException):
|
||||
"""Environment cannot specify unlocked dependencies when locked dependencies are required"""
|
||||
|
Reference in New Issue
Block a user