summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_sourcetests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/testing/_sourcetests/conftest.py')
-rw-r--r--src/buildstream/testing/_sourcetests/conftest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildstream/testing/_sourcetests/conftest.py b/src/buildstream/testing/_sourcetests/conftest.py
index 64dd404ef..88b623dd4 100644
--- a/src/buildstream/testing/_sourcetests/conftest.py
+++ b/src/buildstream/testing/_sourcetests/conftest.py
@@ -14,4 +14,5 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
-from .._fixtures import reset_global_node_state, thread_check # pylint: disable=unused-import
+from .._fixtures import reset_global_node_state # pylint: disable=unused-import
+from .._fixtures import thread_check