Avoid packaging _trial_temp directory (#4326)

Make sure we don't put the _trial_temp directory in the package target
directory.

Fixes https://github.com/matrix-org/synapse/issues/4322
pull/4344/head
Richard van der Hoff 2019-01-02 07:30:31 +00:00 committed by GitHub
parent 7134832c01
commit e9cdfedff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
changelog.d/4326.bugfix Normal file
View File

@ -0,0 +1,2 @@
Avoid packaging _trial_temp directory in -py3 debian packages

View File

@ -42,8 +42,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