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
If django-jenkins is pip installed on its own, the setup.py will pull in django v.2.0, which will result in the following error in a python2.7 environment.
Sorry, I more meant that django-jenkins setup.py could ensure that it doesn't pull in incompatible versions if django, e.g if its python2.7 env, pin it between 1.8 -1.11, Is there a downside to adding this to the setup.py?
If django-jenkins is pip installed on its own, the setup.py will pull in django v.2.0, which will result in the following error in a python2.7 environment.
see: https://code.djangoproject.com/ticket/28878
(pip version 9.0.1)
pip install django-jenkins
Stacktrace:
Although in most cases, django is already installed to the desired version, this error won't occur.
The text was updated successfully, but these errors were encountered: