-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
[BUG] The --dev flag not working on Windows #283
Comments
Hey @sansyrox I am interested in taking this up :) Will look into this issue soon |
Thanks @guilefoylegaurav . Let me know if you require any suport/information from my end 😄 |
@sansyrox I am sorry, could not update you on this - stuck with mid-terms for 4 days. Shall get back to this soon. |
Hi @guilefoylegaurav , Also, all the best with your mid-terms! ✨ |
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
* fix(dev_event_handler.py): use platform specific python3 alias to spawn processes
@sansyrox with reference to the problem of hot reload mode not reflecting instant changes in (some, including mine) windows/linux machines, did you look into this?
If the same problem persists, feel free to let me know, I shall investigate and explore further. |
@guilefoylegaurav , I didn't get a chance to have a look at it yet. Would you like have a look at it? |
Sure |
It works now |
Description
--dev
flag not working on windowsTo replicate this issue:
pytest -s integration_tests
. You will see two tests failing.Expected Behavior
The tests should not fail. 😄
Screenshots
Environment:
[Optional] Additional Context
The text was updated successfully, but these errors were encountered: