diff options
author | Jürg Billeter <j@bitron.ch> | 2019-09-03 19:43:21 +0200 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-04 09:42:20 +0000 |
commit | fa974ab31ea361981b68c3b98ff81f448535cce9 (patch) | |
tree | 5e165bdd00092281f29cfa3d7c1daf990f33a81e /tests | |
parent | a9364a40620e2ad2c299cdccee3d7da39fdd25b5 (diff) | |
download | buildstream-fa974ab31ea361981b68c3b98ff81f448535cce9.tar.gz |
tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-index
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 0e39943d3..9189d263e 100755 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -23,7 +23,7 @@ import os import pytest from buildstream.testing import register_repo_kind, sourcetests_collection_hook -from buildstream.testing._fixtures import thread_check # pylint: disable=unused-import +from buildstream.testing._fixtures import reset_global_node_state, thread_check # pylint: disable=unused-import from buildstream.testing._forked import forked_run_report from buildstream.testing.integration import integration_cache # pylint: disable=unused-import |