Skip to content

Commit

Permalink
Update YAML C extension check
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Apr 26, 2022
1 parent 9fbaba2 commit fc57a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Expand Up @@ -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


Expand Down

0 comments on commit fc57a80

Please sign in to comment.