zulip/zerver
Anders Kaseorg 840cf4b885 requirements: Drop direct dependency on mock.
mock is just a backport of the standard library’s unittest.mock now.

The SAMLAuthBackendTest change is needed because
MagicMock.call_args.args wasn’t introduced until Python
3.8 (https://bugs.python.org/issue21269).

The PROVISION_VERSION bump is skipped because mock is still an
indirect dev requirement via moto.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-05-26 11:40:42 -07:00
..
data_import slack import: Fix DefaultStream import of deactivated #random. 2020-05-12 17:18:57 -07:00
lib requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
management actions: Merge do_change_is_admin and do_change_is_guest. 2020-05-25 16:17:10 -07:00
migrations requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
openapi openapi: Add tests for checking presence of various attributes. 2020-05-20 13:10:58 -07:00
templatetags openapi: Combine two similar openapi markdown extensions. 2020-05-05 21:42:31 -07:00
tests requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
tornado sharding: Add basic sharding configuration for Tornado. 2020-05-20 13:47:20 -07:00
views requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
webhooks requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
worker queue_processors: Log time spent getting data for url in embed_links. 2020-05-21 12:13:46 -07:00
__init__.py
apps.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
context_processors.py landing: Add option to show custom navbar message. 2020-05-24 17:34:03 -07:00
decorator.py requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
logging_handlers.py error logging: Inline add_deployment_metadata. 2020-05-06 16:29:53 -07:00
middleware.py queue_processors: Remove the slow_queries queue. 2020-05-11 00:45:13 -07:00
models.py models: Use UPGRADE_TEXT_STANDARD in ensure_not_on_limited_plan. 2020-05-19 14:48:59 -07:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00