john-bodley commented on pull request #10084: URL: https://github.com/apache/incubator-superset/pull/10084#issuecomment-646732497
@Nj-kol you can run the tests locally (scoped to the specific file, class, or test) using tox, i.e., ``` tox -e py36-sqlite -- tests/db_engine_specs/hive_tests.py ``` which is documented in more detail [here](https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#python-testing). Note per the `tox` configuration development requirements are [installed](https://github.com/apache/incubator-superset/blob/master/tox.ini#L25) which include [`pyhive`](https://github.com/apache/incubator-superset/blob/master/requirements-dev.txt#L30). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
