You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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?
@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.
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
The text was updated successfully, but these errors were encountered: