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
The test suite currently only runs with Django in existence, which is bad because we won't detect breakages for Flask or other non-Django Celery uses.
Django-Celery's setup.py is probably a good inspiration for how to fix this.
test_projects/flask
requirements/flask_test.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test suite currently only runs with Django in existence, which is bad because we won't detect breakages for Flask or other non-Django Celery uses.
Django-Celery's setup.py is probably a good inspiration for how to fix this.
test_projects/flask
or some such.requirements/flask_test.txt
file to ensure things are kosher without Django even being installed.The text was updated successfully, but these errors were encountered: