madpah / serializable

Pythonic library to aid with serialisation and deserialisation to/from JSON and XML.

Home Page:https://py-serializable.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: dont lock poetry

jkowalleck opened this issue · comments

this is a library, expected to be usable in various environments.
therefore, it is needed to run the lib in various test envs, too.

the poetry lock file is making this hard.
therefore: lets remove the poetry lock file, if possible.

for QA reasons, the ci/tests should run periodically, to check if all dependencies still match
the dev-dependnecies should be pinned to exact versions, to make testing reliable, despite the absence if a lock file.


and for some reasons, the current lock file appears to cause problems on CI: