Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 35d9839b7 -> 2c8a52992
removed redundant daemon Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/2c8a5299 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/2c8a5299 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/2c8a5299 Branch: refs/heads/build_fail_poc Commit: 2c8a529926e6537f227c2035bc68d2a0d2675cc6 Parents: 35d9839 Author: max-orlov <[email protected]> Authored: Mon Jul 3 16:58:15 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 16:58:15 2017 +0300 ---------------------------------------------------------------------- tests/utils/test_threading.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/2c8a5299/tests/utils/test_threading.py ---------------------------------------------------------------------- diff --git a/tests/utils/test_threading.py b/tests/utils/test_threading.py index 65f0254..d24661f 100644 --- a/tests/utils/test_threading.py +++ b/tests/utils/test_threading.py @@ -25,7 +25,6 @@ def test_exception_raised_from_thread(): raise ValueError('This is an error') thread = threading.ExceptionThread(target=error_raising_func) - thread.daemon = True thread.start() thread.join()
