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:
parent
97b91c676e
commit
0b5cc56925
2 changed files with 14 additions and 41 deletions
|
|
@ -277,7 +277,6 @@ cache_dir = ".cache/mypy"
|
|||
|
||||
module = [
|
||||
"nox",
|
||||
"nox_poetry",
|
||||
"pytest",
|
||||
"semver",
|
||||
"tomli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue