Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
4121 commits behind the upstream repository.
user avatar
David Robertson authored
* Use `poetry` to build venv in debian packages

Co-authored-by: default avatarDan Callahan <danc@element.io>
Co-authored-by: default avatarShay <hillerys@element.io>

* Changelog

* Only pull in from requirements.txt

Addresses the same problem as #12439.

* Include `test` and `all` extras

`poetry export` helpfully silently ignores an unknown extra

Haven't seen this before because it's the only place we export `all` and
`test`. I could have __sworm__ that the syntax `--extra "all test"`
worked for `poetry install`...

* Clean up requirements file on subsequence builds

* Fix shell syntax

Co-authored-by: default avatarDan Callahan <danc@element.io>
Co-authored-by: default avatarShay <hillerys@element.io>
6b3e0ea6
History