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

Track dependencies for local packages that get combined #1507

Closed
wants to merge 5 commits into from

Commits on Feb 8, 2022

  1. Partially revert "Fix a regression where multiple declarations of a d…

    …ependency"
    
    (commit d720fe6)
    
    This brings back copy_ireq_dependencies and combines its use with that of the
    proxies-for-naming. Editable and url_requirement ireqs are not cached by the
    Repository, so when dependencies are queried for them once, no dependencies
    will be found later for the copy made by combine_install_requirements.
    
    copy_ireq_dependencies links those dependencies at the time of copy.
    richafrank authored and AndydeCleyre committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ffb1909 View commit details
    Browse the repository at this point in the history
  2. Failing test for case of resolver combining extras after the first

    round of resolution.
    
    By this point, we've frozen the dependencies.
    richafrank authored and AndydeCleyre committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    806918b View commit details
    Browse the repository at this point in the history
  3. Integration test for jazzband#1505

    richafrank authored and AndydeCleyre committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    9eb0dfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b9db4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    036e7c3 View commit details
    Browse the repository at this point in the history