diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-16 00:11:36 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-17 00:47:56 +0000 |
commit | 89add577d755371fc2493225f4df6ea213c3881d (patch) | |
tree | 10d1a8dd827b3d70b04d624d54356dbb1e3a160e | |
parent | Remove mock of non-existent property. (diff) | |
download | synapse-89add577d755371fc2493225f4df6ea213c3881d.tar.xz |
Ignore monkey-patching functions. mypy doesn't currently allow this.
See https://github.com/python/mypy/issues/2427 for details/complaints.
-rw-r--r-- | tests/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utils.py b/tests/utils.py |