Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project: Don't use
poetry.lock
, because it's a library
Otherwise, scheduled runs would not use the most recent libraries relative to their version constraints, so it would defer a fragment of the continuous testing procedure. Versions pinned in `poetry.lock` files will net have any meaning for downstream users installing your package anyway, and, as such, are only suitable for exact-pinning dependency versions of _applications_. On the other hand, _libraries_ need to work with a wide range of dependencies up and down, and are, as such, not suitable for applying corresponding exact-pinning procedures.
- Loading branch information