0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 09:38:19 +02:00
synapse/.ci/scripts
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
..
auditwheel_wrapper.py Fix typo in cibuildwheel conf introduced in #14253 2022-10-24 13:56:18 +01:00
calculate_jobs.py Test against PostgreSQL 15 in CI (#14394) 2022-11-09 10:32:52 +00:00
check_lockfile.py Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
checkout_complement.sh Test Synapse against Complement with workers. (#12810) 2022-05-31 13:02:00 +00:00
gotestfmt Print complement failure results last (#13639) 2022-08-28 20:05:30 +00:00
prepare_old_deps.sh Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
setup_complement_prerequisites.sh Handle 'go get' deprecation (#14611) 2022-12-05 10:29:55 +00:00
test_export_data_command.sh Compare ported to unported PG schemas in portdb test job (#13808) 2022-09-16 16:25:54 +01:00
test_synapse_port_db.sh Compare ported to unported PG schemas in portdb test job (#13808) 2022-09-16 16:25:54 +01:00