Skip to content

Commit

Permalink
Hide 'run_system_tests.py' from nose, no matter how called.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 10, 2015
1 parent c0f3124 commit 31eb070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[nosetests]
ignore-files = run_system_test\.py
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
install_command =
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}
commands =
nosetests --ignore-files=run_system_test\.py
nosetests
deps =
nose
unittest2
Expand Down

0 comments on commit 31eb070

Please sign in to comment.