john-bodley commented on a change in pull request #9097: [fix] tox running of
specific tests
URL:
https://github.com/apache/incubator-superset/pull/9097#discussion_r376136599
##########
File path: tox.ini
##########
@@ -19,7 +19,7 @@ commands =
{toxinidir}/superset/bin/superset db upgrade
{toxinidir}/superset/bin/superset init
nosetests tests/load_examples_test.py
- nosetests -e load_examples_test tests {posargs}
+ nosetests --exclude=load_examples_test {posargs:tests}
Review comment:
`-e` and `--exclude=` are equivalent, though I though `--exclude` was more
descriptive.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]