Repository: libcloud Updated Branches: refs/heads/trunk 7898007cf -> ab6ad7758
Allow nosetests to run Closes #474 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ab6ad775 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ab6ad775 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ab6ad775 Branch: refs/heads/trunk Commit: ab6ad775833fe1c2d25aa5cc43a8ee24b6b5a442 Parents: 7898007 Author: Allard Hoeve <[email protected]> Authored: Tue Mar 3 20:36:51 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Wed Mar 4 23:18:26 2015 +0100 ---------------------------------------------------------------------- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ab6ad775/setup.cfg ---------------------------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 5e40900..bcb0348 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal = 1 + +[nosetests] +exclude=TestCaseMixin
