Olle Jernström
Olle Jernström
"_MonkeyPatchedWSGIResponse" has no attribute "data" test.py:106: error: "_MonkeyPatchedWSGIResponse" has no attribute "data" [attr-defined]sop/tests/test_task_copy.py:106: error: "_MonkeyPatchedWSGIResponse" has no attribute "data" [attr-defined] Does anyone know why this is?
# Bug report ## What's wrong These are from the Request object in the stubbs. ```pyi def user(self) -> AbstractBaseUser | AnonymousUser: ... @user.setter def user(self, value: AbstractBaseUser | AnonymousUser)...
## Background I have an issue when i using pytest. Originally was using `pytest-django` for running my test suite but after it broke i switched to django test suite. I...