-
Notifications
You must be signed in to change notification settings - Fork 560
Feature: migrate to poetry #826
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
743940f to
5c3c504
Compare
7b4678f to
1536ddb
Compare
fd21532 to
c6375e7
Compare
f0653cd to
b613696
Compare
chore(workflows): remove comments
This commit updates the `test_railsignore.py` to use the system's temporary directory for the `.railsignore` file. This change addresses issues with tests on Windows OS by ensuring the `.railsignore` file is created in a writable location
This workflow tests the published distribution of the package from PyPI daily. It sets up Python environments for versions 3.9, 3.10, and 3.11, installs the package, starts the server, and checks its status. This ensures the published package works as expected.
b613696 to
28444ea
Compare
cparisien
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.
This looks fine with me but I know very little about poetry. I reviewed this for glaring things like accidental local paths.
|
Still need to fix the failing windows tests though: |
|
I can repro the failing test on Windows, will look into fixing it |
Should be fixed with 0be86a4 |
Thank you @sklinglernv , all tests pass 👍🏻 |
Description
Migrate to Poetry
Related Issue(s)
Workflow State
Checklist