diff options
author | David Robertson <davidr@element.io> | 2022-03-31 18:21:03 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-31 18:22:14 +0100 |
commit | 45a23c0ab066e89f04d9ecb0efb19c3ad4ef95d0 (patch) | |
tree | 953bc5c6679b82eb97d63f4780876c88af1048bf | |
parent | Explain where requirements.txt comes from. (diff) | |
download | synapse-45a23c0ab066e89f04d9ecb0efb19c3ad4ef95d0.tar.xz |
olddeps: echo patch to confirm sed is sensible
-rwxr-xr-x | .ci/scripts/test_old_deps.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh index 3915083f1f..3a227f530a 100755 --- a/.ci/scripts/test_old_deps.sh +++ b/.ci/scripts/test_old_deps.sh @@ -61,6 +61,10 @@ with open('pyproject.toml', 'w') as f: " python3 -c "$REMOVE_DEV_DEPENDENCIES" +echo "::group::Patched pyproject.toml" +diff -u pyproject.toml-backup pyproject.toml +echo "::endgroup::" + pipx install poetry==1.1.12 ~/.local/bin/poetry lock ~/.local/bin/poetry install -E "all test" |