-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
some problems in run_tests.sh #2196
Comments
Just run
|
(env) [root@superset code]# which python |
It looks like you don't have nose installed but this hunk
makes me think that you lost the the e in set -e |
I don't understand... The (env) [root@superset code]# cat run_tests.sh
|
@xrmx Please tell how to install (env) [root@superset env]# uname -a By the way, the |
Ah! You have to run tests with "./run_tests.sh" not calling "bash run_tests.sh" |
Please add some prints to understand what are you missing. |
Okey... |
On a fresh install I get the same as @asdf2014 originally reported: when I run
In my case the problem was that the application source directory isn't on the Python path so when you run
|
@rhunwicks Thanks a lot! 😄 |
superset==0.15.4
(env) [root@superset code]# bash run_tests.sh
The text was updated successfully, but these errors were encountered: