summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-01 12:12:53 +0100
committerGitHub <noreply@github.com>2022-04-01 12:12:53 +0100
commit0af56b807b3713f120a9fbc7057238c86d341e7e (patch)
treef51d97029eab86fead1e2975c283d877f6162ab9
parentMerge remote-tracking branch 'origin/develop' into dmr/pyproject-poetry (diff)
downloadsynapse-0af56b807b3713f120a9fbc7057238c86d341e7e.tar.xz
Olddeps: cat patched pyproject, instead of diffing
-rwxr-xr-x.ci/scripts/test_old_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/test_old_deps.sh b/.ci/scripts/test_old_deps.sh
index a08e0d3150..6ca7363417 100755
--- a/.ci/scripts/test_old_deps.sh
+++ b/.ci/scripts/test_old_deps.sh
@@ -68,7 +68,7 @@ with open('pyproject.toml', 'w') as f:
 python3 -c "$REMOVE_DEV_DEPENDENCIES"
 
 echo "::group::Patched pyproject.toml"
-diff -u pyproject.toml-backup pyproject.toml
+cat pyproject.toml
 echo "::endgroup::"
 
 pipx install poetry==1.1.12