summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-10-08 10:05:48 +0100
committerGitHub <noreply@github.com>2021-10-08 10:05:48 +0100
commit0b4d5ce5e34ab46b5b55976bfdd0d1d0b105cf13 (patch)
tree86a140ae77de27cd5be751bf3c9fceecf33e4b73 /changelog.d
parentdisallow-untyped-defs for synapse.server_notices (#11021) (diff)
downloadsynapse-0b4d5ce5e34ab46b5b55976bfdd0d1d0b105cf13.tar.xz
Fix CI to run the unit tests without optional deps (#11017)
This also turns off calculating code coverage, as we didn't use it and it was a lot of noise

Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11017.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11017.misc b/changelog.d/11017.misc
new file mode 100644
index 0000000000..f05530ac94
--- /dev/null
+++ b/changelog.d/11017.misc
@@ -0,0 +1 @@
+Fix CI to run the unit tests without optional deps.