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

Add tests for locking editable packages with ref #2939

Closed
wants to merge 3 commits into from

Conversation

jxltom
Copy link
Contributor

@jxltom jxltom commented Oct 8, 2018

The issue

Currently in master branch, following pipfile is not supported, pipenv install will throw errors.

[packages]
requests = {git = "https://github.com/requests/requests.git@883caaf", editable = true}

There are these kind of tests in previous pipenv version such as https://github.com/pypa/pipenv/pull/1128/files, but they are gone now for some reason. I didn't do the digging.

But it will be nice to add these tests to make sure that editable package with ref can be locked and installed correctly, and also to make sure that later development in codebase or in upstream won't break these featurres.

These tests added in this PR can pass only after sarugaku/requirementslib#76 is merged from upstrream.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@jxltom jxltom force-pushed the add-tests-for-ref-with-@-support branch from 3f31781 to a350342 Compare October 8, 2018 05:20
@jxltom jxltom force-pushed the add-tests-for-ref-with-@-support branch from a350342 to 916ea7f Compare October 9, 2018 01:10
@jxltom
Copy link
Contributor Author

jxltom commented Oct 9, 2018

Update: it's ready for merge since #2940 has been merged

techalchemy added a commit that referenced this pull request Oct 30, 2018
@jxltom jxltom deleted the add-tests-for-ref-with-@-support branch October 31, 2018 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants