Closed doctornkz closed 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.
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.
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.