Opened 4 years ago
Last modified 4 years ago
#32614 closed Bug
MiddlewareSyncAsyncTests test failure due to 3.3.2 asgiref release? — at Initial Version
Reported by: | Chris Jerdonek | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Andrew Godwin, Carlton Gibson | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I see the following test failing on a recent PR: middleware_exceptions.tests.MiddlewareSyncAsyncTests.test_async_process_template_response_returns_none_with_sync_client
https://djangoci.com/job/pr-mariadb/database=mysql,label=mariadb,python=python3.9/10979/
It looks like it might be because of the 3.3.2 asgiref release, since that was released today:
https://github.com/django/asgiref/
and the failure is unrelated to what the PR changed.
Note:
See TracTickets
for help on using tickets.