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

No download dir for editable #538

Merged
merged 6 commits into from
Jul 6, 2017

Commits on Aug 16, 2016

  1. Use download_dir=None for editable PyPI dependencies

    Using a `download_dir` will make `pip` export the cloned repo via
    `reqset._prepare_file` and `git-checkout-index`, which then makes
    `python setup.py egg_info` fail, when
    [setuptools_scm](https://github.com/pypa/setuptools_scm) is used.
    
    Fixes jazzband#369.
    blueyed committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    cc0df39 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. rebased against master.

    dfee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    449cb18 View commit details
    Browse the repository at this point in the history
  2. added changelog info

    dfee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    6c0580a View commit details
    Browse the repository at this point in the history
  3. added editable vcs test

    dfee committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    9347603 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    a037d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa6d87 View commit details
    Browse the repository at this point in the history