-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
- 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