diff options
author | David Robertson <davidr@element.io> | 2022-04-13 11:26:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 11:26:53 +0100 |
commit | d24cd17820e9f3bd654cfd923b27ca981100c691 (patch) | |
tree | b37245c39c01a7921070cd6e77faa604a999ba64 /.ci | |
parent | Rename Mutual Rooms `unstable_features` flag to match MSC (#12445) (diff) | |
download | synapse-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.sh | 8 |
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 |