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

"Pipenv sync" on travis does not install version specified in pipfile.lock #3678

Closed
ramusus opened this issue Apr 4, 2019 · 2 comments
Closed
Labels
Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided.

Comments

@ramusus
Copy link

ramusus commented Apr 4, 2019

Hey, guys!

I see here https://travis-ci.org/cinemanio/backend/builds/509021532#L536 Django version 2.2 was installed, however in Pipfile.lock clearly specified version 2.1.7 https://github.com/cinemanio/backend/blob/master/Pipfile.lock#L141

Why is it so?

It was working a few months ago. Now, if I rebuild previously successful builds they failed because of an inappropriate version of Django.

@ramusus ramusus changed the title Pipenv on travis does not install version specified in pipfile.lock "Pipenv sync" on travis does not install version specified in pipfile.lock Apr 4, 2019
@arielnmz
Copy link

arielnmz commented Apr 4, 2019

I see you're installing some vcs dependencies

    "graphene-django": {
        "editable": true,
        "git": "https://github.com/graphql-python/graphene-django"
    },

This is related:

#3613

@matteius
Copy link
Member

Can this be rechecked on pipenv==2022.8.19?

@matteius matteius added the Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided. label Aug 22, 2022
@matteius matteius closed this as completed Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting Update ⏳ This issue requires more information before assistance can be provided.
Projects
None yet
Development

No branches or pull requests

3 participants