Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Pin PyYAML==3.13 and fix unit tests #37

Merged
merged 4 commits into from Apr 30, 2019
Merged

Commits on Apr 26, 2019

  1. Pin PyYAML to 3.13.

    PyYAML>=5.1 introduces a backwards-incompatible change with regards to
    the YAML parser. Until this package is made compatible, just stick with
    the old version. See https://msg.pyyaml.org/load
    mzagozen committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    9071dbf View commit details
    Browse the repository at this point in the history
  2. Fix unit tests to expect OrderedDict instead of dict.

    The parser outputs OrderedDict instances. Tests were not fixed after
    this change :o
    mzagozen committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    4704d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8e87d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bcb5f1 View commit details
    Browse the repository at this point in the history