Drop nox-poetry support

Whereas nox-poetry is a nice project,
it is not (yet) widely supported.

The `install_pinned()` function inside the "noxfile.py"
achieves most of its functionality.

Also, there is a chance poetry will be replaced in this project.

So, we no longer drag nox-poetry along.
This commit is contained in:
Alexander Hess 2024-09-10 03:28:17 +02:00
commit 0b5cc56925
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 14 additions and 41 deletions

View file

@ -277,7 +277,6 @@ cache_dir = ".cache/mypy"
module = [
"nox",
"nox_poetry",
"pytest",
"semver",
"tomli",