Skip to content

Conversation

@felixonmars
Copy link

Project._lockfile became a function instead of a property in pypa/pipenv@b3381ce, which is shipped in pipenv since version 2022.10.9.

Adding a simple compatibility fix here fixes it for me.

Fixes #25

`Project._lockfile` became a function instead of a property in pypa/pipenv@b3381ce, which is shipped in pipenv since version 2022.10.9.

Adding a simple compatibility fix here fixes it for me.

Fixes gsemet#25
@felixonmars
Copy link
Author

felixonmars commented Jan 4, 2023

Note that the tests are still failing because pipenv moved away from pipfile completely which breaks the import of pipfile in test_parsing.py.

I have tried to rewrite the test logic to use plette following what pipenv did, but it turns out to be more complex than I thought.

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.

Latest build of Pipenv breaks pipenv-to-requirements

1 participant