-
Notifications
You must be signed in to change notification settings - Fork 49
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
Can't run the tests locally #700
Comments
did you follow instructions here: https://quantumleap.readthedocs.io/en/latest/user/contributing/ ? |
Yes, I have followed the instructions there. When I run
|
probably your operating system is not compatible with this part of the script: i think this was tested on macosx and ubuntu, on other OSes you are a bit on your own to make it work. |
I am currently running the project on WSL. |
Hi @rohit-vrrr, unfortunately we don't support Windows/WSL2---in principle it should work, but like you've just shown us, practice is a different story :-) I suppose you could make it work w/ some tweaks, specifically it looks like the blocker is this line which aliases Hope this helps! |
@rohit-vrrr did you make this work eventually? |
Describe the bug
Running the tests locally throws ModuleNotFoundError. Here's the logs that I get.
To Reproduce
Steps to reproduce the behavior:
bash run_tests.sh
You'll be getting lot of ModuleNotFoundErrors.
Expected behavior
Should be able to see the tests running.
Environment (please complete the following information):
3.8.10
3.10.1
1.11.0
The text was updated successfully, but these errors were encountered: