You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/06 23:18:11 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #9097: [fix] tox running of specific tests

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org