Skip to content

Warnings when running the test suite #61

@niconoe

Description

@niconoe
  • pywhip version: 0.3.3
  • Python version: 3.7 (via Anaconda)
  • Operating System: Mac OS

Description

Got a ton (147) of warnings when running the test suite. Fortunately, most of them are identical:

tests/test_validators.py::TestRequiredValidator::test_required_term
  /Users/nicolas_noe/pywhip/tests/test_validators.py:1530: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
    schema = yaml.load(self.yaml_multiple_term)

What I Did

$ python setup.py test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions