summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/testing/_fixtures.py')
-rw-r--r--src/buildstream/testing/_fixtures.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/testing/_fixtures.py b/src/buildstream/testing/_fixtures.py
index 5da51bb45..dd7c5e9d2 100644
--- a/src/buildstream/testing/_fixtures.py
+++ b/src/buildstream/testing/_fixtures.py
@@ -19,6 +19,7 @@ import pytest
from buildstream import node, utils
+
# Catch tests that don't shut down background threads, which could then lead
# to other tests hanging when BuildStream uses fork().
@pytest.fixture(autouse=True)