tudelft3d / val3dity

Validation of 3D primitives according to the international standard ISO19107
GNU General Public License v3.0
92 stars 23 forks source link

pytest warning for yaml parser #142

Closed hugoledoux closed 5 years ago

hugoledoux commented 5 years ago
================================================ warnings summary =================================================
tests/test_metadata.py::test_metadata
  /Users/hugo/projects/val3dity/tests/test_metadata.py:14: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
    ds = yaml.load(stream)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
balazsdukai commented 5 years ago

Which pyyaml version are you using?

balazsdukai commented 5 years ago

Fixed in bdb01c8cd39b54d562fad0b628a75d2202007398