We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Django >=3 we are unable to execute tests, because django-setuptest needs to be updated or removed
https://stackoverflow.com/questions/59193514/importerror-cannot-import-name-six-from-django-utils
The text was updated successfully, but these errors were encountered:
As a workaround you can $ pip install django-utils-six then use $ python setup.py test as usual.
$ pip install django-utils-six
$ python setup.py test
Sorry, something went wrong.
@Bishwas-py it's the second time that you pollute a bug report with your article, that's not related to this package. please stop it.
Sorry brother, I won't do it again!
No branches or pull requests
With Django >=3 we are unable to execute tests, because django-setuptest needs to be updated or removed
https://stackoverflow.com/questions/59193514/importerror-cannot-import-name-six-from-django-utils
The text was updated successfully, but these errors were encountered: