mirror of https://github.com/watcha-fr/synapse
Use `poetry` to manage the virtualenv in debian packages (#12449)
* Use `poetry` to build venv in debian packages Co-authored-by: Dan Callahan <danc@element.io> Co-authored-by: Shay <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: Dan Callahan <danc@element.io> Co-authored-by: Shay <hillerys@element.io>code_spécifique_watcha
parent
8af8a9bce5
commit
6b3e0ea6bd
@ -0,0 +1 @@ |
||||
Use `poetry` to manage the virtualenv in debian packages. |
@ -0,0 +1 @@ |
||||
exported_requirements.txt |
Loading…
Reference in new issue