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
Hmm, “poorly written setup.py”? I could just as well claim that pipenv is poorly written if it fails to install the packages in the proper order. (Sorry for the late reply, I was busy with other stuff lately.)
RKrahl
changed the title
Fix setup.py to make it compatible with pipenv
Do not import pytest in setup.py to make it compatible with pipenv
Nov 5, 2017
Currently pipenv doesn't allow to install pytest-dependency.
As said in the following ticket, pipenv is unable to install pytest-dependency due to poorly written
setup.py
:https://github.com/kennethreitz/pipenv/issues/878
The text was updated successfully, but these errors were encountered: