Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • edk2-test-parser edk2-test-parser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SystemReadySystemReady
  • edk2-test-parseredk2-test-parser
  • Repository
Switch branch/tag
  • edk2-test-parser
  • parser.py
Find file BlameHistoryPermalink
  • Vincent Stehlé's avatar
    parser: handle yaml version · d20f6f54
    Vincent Stehlé authored May 11, 2021
    
    
    The yaml module has the FullLoader class since version 5.1 only; handle
    this gracefully at runtime.
    
    This fixes the following error:
    
      AttributeError: module 'yaml' has no attribute 'FullLoader'
    
    Reported-by: Zhifei Yang's avatarZhifei Yang <zhifei.yang@arm.com>
    Signed-off-by: Vincent Stehlé's avatarVincent Stehlé <vincent.stehle@arm.com>
    d20f6f54