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

Avoid packaging _trial_temp directory #4326

Merged
merged 1 commit into from
Jan 2, 2019
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: 2 additions & 0 deletions changelog.d/4326.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Avoid packaging _trial_temp directory in -py3 debian packages

3 changes: 1 addition & 2 deletions debian/build_virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ tmpdir=`mktemp -d`
trap "rm -r $tmpdir" EXIT

cp -r tests "$tmpdir"
cd debian/matrix-synapse-py3

PYTHONPATH="$tmpdir" \
./opt/venvs/matrix-synapse/bin/python \
debian/matrix-synapse-py3/opt/venvs/matrix-synapse/bin/python \
-B -m twisted.trial --reporter=text -j2 tests