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 install seems to not be installing entrypoints when run in tox #1312

Closed
nicain opened this issue Jan 17, 2018 · 2 comments
Closed

pipenv install seems to not be installing entrypoints when run in tox #1312

nicain opened this issue Jan 17, 2018 · 2 comments

Comments

@nicain
Copy link

nicain commented Jan 17, 2018

Describe your environment

Ubuntu
python 27, 35, 36
pipenv 9.0.3

Expected result

For some reason, all my tests that check for installation of the entrypoints defined in my setup.py file are failing, because the entrypoints aren't getting isntalled. The package is installed, however. This seems to be a consequence of upgrading from 9.0.1

@nicain
Copy link
Author

nicain commented Jan 23, 2018

@kennethreitz can you please document the reason that this issue is now closed? Has the issue been resolved with a commit or PR? Or is pipenv not responsible for installing entry-points (this seemed to be the case in 9.0.1)? Or wontfix?

@uranusjr
Copy link
Member

@nicain What you encountered is eerily similar to an incompatibility issue I faced when working on pew-org/pew#173. Can you provide more information on how your environment is set up? For example, how you install those Python versions, how you install Pipenv and Tox (an their dependencies), and how you setup Tox to discover available Python versions.

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

No branches or pull requests

3 participants