From 5983c0041a7af71f3ae7828086364e1d5b51db2a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 21 Jan 2022 10:43:54 +0100 Subject: Adjust PyYAML import --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf