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

use poetry for dependency management #422

Merged
merged 4 commits into from
Jul 14, 2021
Merged

use poetry for dependency management #422

merged 4 commits into from
Jul 14, 2021

Conversation

edaniszewski
Copy link
Contributor

@edaniszewski edaniszewski commented Jul 14, 2021

This PR:

  • updates the project to use poetry as the dependency manager. this makes it easier to manage dependencies overall.
  • updates pieces in support of the move to poetry (dockerfile, CI configs, cleaning out old configs, etc)
  • comments out a set of tests which began failing with the set of dependency updates that come with this -- will need to investigate this further - the tests are still valid, but something has changed with loop management somewhere.
  • updates image to use py3.9

VIO-1142

fixes #407

@edaniszewski edaniszewski changed the title Poetry deps use poetry for dependency management Jul 14, 2021
@edaniszewski edaniszewski merged commit 2b3baaf into develop Jul 14, 2021
@edaniszewski edaniszewski deleted the poetry-deps branch July 14, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

look into using poetry for dependency management
2 participants