-
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
Update pyproject.toml for poetry 2 #200
base: main
Are you sure you want to change the base?
Conversation
7b05fe6
to
9e34954
Compare
9e34954
to
da3b4b5
Compare
@@ -37,7 +37,7 @@ jobs: | |||
- name: Initialize environment | |||
run: | | |||
poetry install | |||
poetry add django==${{ matrix.django-version }} | |||
poetry add django@~${{ matrix.django-version }} |
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 is the way to support the latest patch version for the matrix element
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
=======================================
Coverage 81.68% 81.68%
=======================================
Files 34 34
Lines 2179 2179
=======================================
Hits 1780 1780
Misses 399 399 ☔ View full report in Codecov by Sentry. |
|
||
[tool.poetry.dev-dependencies] | ||
|
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.
can remove [tool.poetry.dependencies]
no?
authors = ["Nyaruka Ltd <[email protected]>"] | ||
license = { text = "BSD" } | ||
authors = [ | ||
{"name" = "Nyaruka", "email" = "[email protected]"} |
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.
let's update this to TextIt
No description provided.