network-unit-testing-system / nuts

NUTS defines a desired network state and checks it against a real network using pytest and nornir.
https://nuts.readthedocs.io/
MIT License
106 stars 5 forks source link

Pin tox dependencies #14

Closed bytinbit closed 2 years ago

bytinbit commented 3 years ago

We experienced a failing pipeline due to a mypy update and http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html

Ideally the dependencies used from the tox config should be pinned, perhaps even using tox-poetry or so.

There should probably be an automated way to upgrade the lock file too,