Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove lock files #430

Closed
jkowalleck opened this issue Sep 12, 2023 · 0 comments · Fixed by #431
Closed

remove lock files #430

jkowalleck opened this issue Sep 12, 2023 · 0 comments · Fixed by #431
Assignees
Labels

Comments

@jkowalleck
Copy link
Member

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.

@jkowalleck jkowalleck self-assigned this Sep 12, 2023
jkowalleck added a commit that referenced this issue Sep 12, 2023
fixes #430

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
jkowalleck added a commit that referenced this issue Sep 12, 2023
fixes #430

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant