pipenv: 2022.10.9 fails to build from Git (missing poetry)

Issue description

CI runs which use the latest pipenv have started failing at installing packages from the Pipfile.lock, raising ModuleNotFoundError: No module named 'poetry'

Expected result

The package is installed as previously.

Actual result

See the full logs for a run here: https://github.com/paperless-ngx/paperless-ngx/actions/runs/3211820765/jobs/5255005792#step:7:1

Steps to replicate

Upgrade to pipenv==2022.10.9


Please run $ pipenv --support, and paste the results here. Don’t put backticks (`) around it! The output already contains Markdown formatting.

I’ll have to modify the CI when I have time to get this info.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (13 by maintainers)

Most upvoted comments

@nk9 That is essentially correct for your example – the order of the categories supplied should be the order they are processed in. The categories can be arbitrarily named, so call it prereq or anything you want.