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

Regression in 2020.05.28 -- pipenv sync fails in Gitlab CI context #4272

Closed
freekwiekmeijer opened this issue May 28, 2020 · 2 comments
Closed
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue. Type: Regression This issue is a regression of a previous behavior. Type: Vendored Dependencies This issue affects vendored dependencies within pipenv.

Comments

@freekwiekmeijer
Copy link

The following package requirement is broken:

[packages]
my_package_name = {git = "https://gitlab+deploy-token-8:[email protected]/path/to/project.git",editable = true,ref = "0.0.1_dev"}

In the logging of the gitlab CI server we see that the deploy token is represented as:

gitlab deploy-token-8

(notice that the '+' sign turned into a space).

pipenv sync fails on this package.

We went back to version pipenv==2018.11.26 and the CI job succeeds again.

@frostming frostming added Type: Regression This issue is a regression of a previous behavior. Type: Vendored Dependencies This issue affects vendored dependencies within pipenv. labels May 28, 2020
@GPHemsley
Copy link
Contributor

This appears to be a dupe of #4271.

@techalchemy techalchemy added the Type: Duplicate This issue is a duplicate of an already-existing issue. label May 28, 2020
@techalchemy
Copy link
Member

Thanks for the report! I agree it is a duplicate -- closing in favor of #4271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue. Type: Regression This issue is a regression of a previous behavior. Type: Vendored Dependencies This issue affects vendored dependencies within pipenv.
Projects
None yet
Development

No branches or pull requests

4 participants