-
Notifications
You must be signed in to change notification settings - Fork 1
Fix devcontainer venv 2 #22
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
=======================================
Coverage 52.00% 52.00%
=======================================
Files 3 3
Lines 100 100
=======================================
Hits 52 52
Misses 48 48 ☔ View full report in Codecov by Sentry. |
a28bb16 to
5583343
Compare
Converted to hatch from tox
5583343 to
ce2bc87
Compare
Removed devcontainer venv create command as not needed and broke things
d4780fa to
9dedca5
Compare
adedamola-sode
left a comment
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.
Hatch for tools work, uv for package dependencies works.
* Fix file copying and pdm install in Dockerfile * Remove Sphinx version pinning as we don't care about Python 3.9 * Update pdm.lock * Fix post-install.sh venv creation * Convert to use uv from pdm Converted to hatch from tox * Add version raw options to remove dev and timestamp tags (for local builds) * Fixes to Dockerfile Removed devcontainer venv create command as not needed and broke things
* Fix file copying and pdm install in Dockerfile * Remove Sphinx version pinning as we don't care about Python 3.9 * Update pdm.lock * Fix post-install.sh venv creation * Convert to use uv from pdm Converted to hatch from tox * Add version raw options to remove dev and timestamp tags (for local builds) * Fixes to Dockerfile Removed devcontainer venv create command as not needed and broke things
More fixes to bugs found when building the devcontainer