summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-21 10:43:54 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-21 10:43:54 +0100
commit5983c0041a7af71f3ae7828086364e1d5b51db2a (patch)
tree22f31de7bb6d728ff4b6e14437aafe314cf086f8
parentcc012d91d979b18e382c3a56f26e1fdec30d6ee2 (diff)
downloadqutebrowser-ci-python.tar.gz
qutebrowser-ci-python.zip
Adjust PyYAML importci-python
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 26cc04345..3ae9fcc35 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -338,7 +338,7 @@ def check_yaml_c_exts():
Not available yet with a nightly Python, see:
https://github.com/yaml/pyyaml/issues/416
"""
- if testutils.ON_CI and sys.version_info[:2] != (3, 10):
+ if testutils.ON_CI and sys.version_info[:2] != (3, 11):
from yaml import CLoader