summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-26 00:07:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-26 00:07:28 +0200
commit28debdcb5ce7098852da0065ff009bc79546264a (patch)
treed13d7614a545949bab897a755f1faef054894d69
parentdbcde0b3af1222b9d06fd4c5e86a4b6b03084bc1 (diff)
downloadqutebrowser-py311.tar.gz
qutebrowser-py311.zip
Update YAML C extension checkpy311
-rw-r--r--tests/conftest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 84cae784b..f7e685f4e 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -335,9 +335,9 @@ def check_yaml_c_exts():
"""Make sure PyYAML C extensions are available on CI.
Not available yet with a nightly Python, see:
- https://github.com/yaml/pyyaml/issues/416
+ https://github.com/yaml/pyyaml/issues/630
"""
- 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 # pylint: disable=unused-import