summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-10-11 16:34:31 +0100
committerGitHub <noreply@github.com>2021-10-11 16:34:31 +0100
commit5e29d417fc5933e26ba85a40c298d46b09580330 (patch)
treeb58a24bfcd35792213098992ba67930ad0fadf7c /changelog.d
parentPass through `SynapseError`s that are raised from experimental `check_event_a... (diff)
downloadsynapse-5e29d417fc5933e26ba85a40c298d46b09580330.tar.xz
Include the requirements for [mypy,lint] in [dev] (#11034)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11034.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11034.misc b/changelog.d/11034.misc
new file mode 100644
index 0000000000..b15fd66ac3
--- /dev/null
+++ b/changelog.d/11034.misc
@@ -0,0 +1 @@
+When installing the optional developer dependencies, also include the dependencies needed for type-checking and unit testing.