Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Explicitly install test dependencies when building deb packages #8523

Merged
merged 2 commits into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/build_virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dh_virtualenv \
--preinstall="mock" \
--extra-pip-arg="--no-cache-dir" \
--extra-pip-arg="--compile" \
--extras="all,systemd"
--extras="all,systemd,test"

PACKAGE_BUILD_DIR="debian/matrix-synapse-py3"
VIRTUALENV_DIR="${PACKAGE_BUILD_DIR}${DH_VIRTUALENV_INSTALL_ROOT}/matrix-synapse"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.21.0+nmu1) UNRELEASED; urgency=medium

* Explicitly install "test" python dependencies.

-- Andrew Morgan <andrewm@matrix.org> Mon, 12 Oct 2020 17:30:30 +0100

matrix-synapse-py3 (1.21.0) stable; urgency=medium

* New synapse release 1.21.0.
Expand Down