yandex / yandex-tank

Load and performance benchmark tool
Other
2.46k stars 280 forks source link

Fix pyyml warnings #743

Closed doctornkz closed 5 years ago

doctornkz commented 5 years ago

Fix pyyml warnings. See alert here: https://github.com/yandex/yandex-tank/network/alert/setup.py/pyyaml/open I use FullLoader type, but only for compatibility. I think we need to test and implement the SafeLoader type instead.

direvius commented 5 years ago

there were more occurrences of 'yaml.load', i've replaced them all in #744 and this is based on last commits so there no conflicts. Closing this as a duplicate.