summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-13 11:26:53 +0100
committerGitHub <noreply@github.com>2022-04-13 11:26:53 +0100
commitd24cd17820e9f3bd654cfd923b27ca981100c691 (patch)
treeb37245c39c01a7921070cd6e77faa604a999ba64 /.ci
parentRename Mutual Rooms `unstable_features` flag to match MSC (#12445) (diff)
downloadsynapse-d24cd17820e9f3bd654cfd923b27ca981100c691.tar.xz
Use poetry lockfile in twisted trunk CI job (#12425)
Fixes #12458

Co-authored-by: Sean Quah <seanq@element.io>
Co-authored-by: Dan Callahan <danc@element.io>
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/patch_for_twisted_trunk.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.ci/patch_for_twisted_trunk.sh b/.ci/patch_for_twisted_trunk.sh
deleted file mode 100755
index f524581986..0000000000
--- a/.ci/patch_for_twisted_trunk.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# replaces the dependency on Twisted in `python_dependencies` with trunk.
-
-set -e
-cd "$(dirname "$0")"/..
-
-sed -i -e 's#"Twisted.*"#"Twisted @ git+https://github.com/twisted/twisted"#' synapse/python_dependencies.py