Parcourir la source

Pin the recommended poetry version in contributors' guide (#16550)

tags/v1.96.0rc1
David Robertson il y a 6 mois
committed by GitHub
Parent
révision
c14a7de6af
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +1
    -0
      changelog.d/16550.doc
  2. +1
    -1
      docs/development/contributing_guide.md

+ 1
- 0
changelog.d/16550.doc Voir le fichier

@@ -0,0 +1 @@
Pin the recommended poetry version in contributors' guide.

+ 1
- 1
docs/development/contributing_guide.md Voir le fichier

@@ -66,7 +66,7 @@ Of their installation methods, we recommend

```shell
pip install --user pipx
pipx install poetry
pipx install poetry==1.5.2 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147
```

but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)


Chargement…
Annuler
Enregistrer