summaryrefslogtreecommitdiff
path: root/tests/yaml/yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml/yaml.py')
-rw-r--r--tests/yaml/yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/yaml/yaml.py b/tests/yaml/yaml.py
index a944c0e36..26515caee 100644
--- a/tests/yaml/yaml.py
+++ b/tests/yaml/yaml.py
@@ -1,7 +1,7 @@
import os
import pytest
import tempfile
-from collections import Mapping
+from collections.abc import Mapping
from buildstream import _yaml
from buildstream._exceptions import LoadError, LoadErrorReason