Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non-existent path dependencies - reloaded #520

Merged
merged 4 commits into from
Jan 22, 2023

Commits on Jan 22, 2023

  1. refactor: introduce abstract PathDependency base class for FileDepend…

    …ency and DirectoryDependency
    radoering committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e0c288b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfe239 View commit details
    Browse the repository at this point in the history
  3. dependencies: allow path dependencies with non-existent paths

    * print warning instead of raising an error in __init__ (allows `poetry lock --no-update` with missing locked path dependency that has been removed from pyproject.toml)
    * introduce explicit `validate` method
    
    Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
    radoering and adriangb committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    549f7e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2dd36 View commit details
    Browse the repository at this point in the history