-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: add poetry #173
feat: add poetry #173
Conversation
70b5419
to
d9ffbe8
Compare
:) |
|
||
# @pytest.mark.parametrize( | ||
# 'path, url, ftype, expected, caplog_text', | ||
# [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test requires aws creds
.
IG, changing the name of github actions workflow (to comply with other file name and repos) tripped it and its not showing tests, but all the tests passed. You can check it as well and I have simulated in on a clean ubuntu docker image just to be sure :) |
poetry
as package management.and format using (
ruff`)mypy
(to be added to CI and fixed in next PR)Dockerfile
(Image size increased by 34mb)fixes #152 #153 #154 #155