-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of markers in VCS requirements
- Parsing of markers in non-editable vcs requirements was broken - This PR adds some VCS repos, some utility pipfile generation functions and some fixture helpers - Fixes #3249 Signed-off-by: Dan Ryan <[email protected]>
- Loading branch information
1 parent
17c93eb
commit 45e9f6e
Showing
13 changed files
with
83 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[submodule "tests/test_artifacts/git/six-1.9.0"] | ||
path = tests/test_artifacts/git/six-1.9.0 | ||
url = https://github.com/benjaminp/six.git | ||
[submodule "tests/test_artifacts/git/pinax"] | ||
path = tests/test_artifacts/git/pinax | ||
url = https://github.com/pinax/pinax.git | ||
[submodule "tests/test_artifacts/git/requests"] | ||
path = tests/test_artifacts/git/requests | ||
url = https://github.com/requests/requests.git | ||
[submodule "tests/test_artifacts/git/six"] | ||
path = tests/test_artifacts/git/six | ||
url = https://github.com/benjaminp/six.git | ||
[submodule "tests/test_artifacts/git/dateutil"] | ||
path = tests/test_artifacts/git/dateutil | ||
url = https://github.com/dateutil/dateutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Adding normal pep 508 compatible markers is now fully functional when using VCS dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters