0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 09:38:19 +02:00
synapse/.ci
David Robertson b88cfe6d41
Require poetry>=1.3.2 (#14860)
* Upgrade to new lockfile format

Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.

Cheat sheet:

```
poetry --version
poetry show > scratch/before
pipx upgrade poetry
poetry --version
poetry show > scratch/after
diff scratch{before,after} && echo "no change!"
```

* Use Poetry 1.3.2 when reading or writing lockfile

* Remove unneeded(?) poetry dep for cibuildwheel

* Update docs

* Remove redundant call to setup-python

* Remove outdated comments related to Poetry 1.x

* Remove outdated docs line

was fixed in #13082

* Minor improvements to poetry cheat sheet

* Invoke setup-python-poetry with explicit version

Not sure about this. It's hardcoding versions everywhere.

* Changelog

* Check the lockfile is version 2.0

Might one day incorporate other checks like #14742

* Typo fixes, thanks Sean

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2023-01-17 18:04:44 +00:00
..
scripts Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
complement_package.gotpl Print complement failure results last (#13639) 2022-08-28 20:05:30 +00:00
latest_deps_build_failed_issue_template.md Add CI job to act as a canary for testing against latest dependencies (#12472) 2022-04-20 12:48:44 +01:00
postgres-config.yaml Rename ci to .ci 2021-08-11 19:59:57 +01:00
sqlite-config.yaml Rename ci to .ci 2021-08-11 19:59:57 +01:00
test_db.db Rename ci to .ci 2021-08-11 19:59:57 +01:00
twisted_trunk_build_failed_issue_template.md Run a nightly CI build against Twisted trunk. (#10651) 2021-08-23 11:12:45 +01:00
worker-blacklist Remove fixed and flakey tests from the sytest blacklist (#10788) 2021-09-10 10:53:04 +01:00