You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/28 08:32:35 UTC

[GitHub] rhunwicks commented on issue #2196: some problems in run_tests.sh

rhunwicks commented on issue #2196: some problems in run_tests.sh
URL: https://github.com/apache/incubator-superset/issues/2196#issuecomment-332767475
 
 
   On a fresh install I get the same as @asdf2014 originally reported: when I run `./run_tests.sh` I get:
   
   ```
   ImportError: module 'tests' has no attribute 'superset_test_config'
   ```
   
   
   In my case the problem was that the application source directory isn't on the Python path so when you run `run_tests.sh` it can't locate module `tests`. It works for me if I do
   
   ```
   export PYTHONPATH=.
   ./run_tests.sh
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services