Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-160-Operation-toolbelt-unit-tests-fail-spordically db50a77c3 
-> 362939a55


moved back to dicts


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/362939a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/362939a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/362939a5

Branch: refs/heads/ARIA-160-Operation-toolbelt-unit-tests-fail-spordically
Commit: 362939a5589b6c17505851d85e1560100c24462f
Parents: db50a77
Author: max-orlov <[email protected]>
Authored: Sun May 7 12:32:02 2017 +0300
Committer: max-orlov <[email protected]>
Committed: Sun May 7 12:32:02 2017 +0300

----------------------------------------------------------------------
 tests/orchestrator/context/test_operation.py | 2 +-
 tests/orchestrator/context/test_toolbelt.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/362939a5/tests/orchestrator/context/test_operation.py
----------------------------------------------------------------------
diff --git a/tests/orchestrator/context/test_operation.py 
b/tests/orchestrator/context/test_operation.py
index 3180d89..8303bbe 100644
--- a/tests/orchestrator/context/test_operation.py
+++ b/tests/orchestrator/context/test_operation.py
@@ -38,7 +38,7 @@ from . import (
     execute,
 )
 
-global_test_holder = helpers.FilesystemDataHolder()
+global_test_holder = {}
 
 @pytest.fixture
 def ctx(tmpdir):

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/362939a5/tests/orchestrator/context/test_toolbelt.py
----------------------------------------------------------------------
diff --git a/tests/orchestrator/context/test_toolbelt.py 
b/tests/orchestrator/context/test_toolbelt.py
index 822ac5a..ba0dc0b 100644
--- a/tests/orchestrator/context/test_toolbelt.py
+++ b/tests/orchestrator/context/test_toolbelt.py
@@ -30,7 +30,7 @@ from . import (
     execute,
 )
 
-global_test_holder = helpers.FilesystemDataHolder()
+global_test_holder = {}
 
 
 @pytest.fixture

Reply via email to