zulip/analytics
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
..
lib logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
management requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
migrations migrations: Use django.db.backends.postgresql.schema. 2020-04-26 22:20:24 -07:00
tests requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
urls.py activity: Create interface for doing support operations. 2019-03-11 12:01:11 -07:00
views.py requirements: Drop direct dependency on mock. 2020-05-26 11:40:42 -07:00