summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-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