Skip to content
New issue

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

UserWarning when running tests #346

Open
chriswedgwood opened this issue Jan 28, 2022 · 0 comments
Open

UserWarning when running tests #346

chriswedgwood opened this issue Jan 28, 2022 · 0 comments
Assignees

Comments

@chriswedgwood
Copy link
Collaborator

When running the following

$ python manage.py test --settings=djangosnippets.settings.testing

I get the following error

/Users/chriswedgwood/DjangoProjects/djangosnippets.org/venv/lib/python3.8/site-packages/django/contrib/auth/__init__.py:76: UserWarning: No request passed to the backend, unable to rate-limit. Username was 'a'
  user = backend.authenticate(request, **credentials)

Its annoying so will look to suppress it

@chriswedgwood chriswedgwood self-assigned this Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant