Python Requirements Update (#29516)

* chore: Updating Python Requirements

* fix: fix pylint issues

Co-authored-by: Mohammad Ahtasham ul Hassan <mohammad.ahtasham@arbisoft.com>
This commit is contained in:
edX requirements bot
2021-12-08 04:13:27 -05:00
committed by GitHub
parent 5d5a11fc16
commit bb20b17428
37 changed files with 100 additions and 100 deletions

View File

@@ -212,7 +212,7 @@ class TestUserPreferenceMiddleware(CacheIsolationTestCase):
result = self.middleware.process_response(self.request, response)
assert result is response
assert response.mock_calls == []
assert not response.mock_calls
def test_preference_update_noop(self):
self.request.COOKIES[settings.LANGUAGE_COOKIE_NAME] = 'es'