Replace yaml.load by yaml.safe_load
[osm/NBI.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b26bb35..39aa70d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ commands =
         coverage report --omit='*tests*'
         coverage html -d ./cover --omit='*tests*'
         coverage xml -o coverage.xml --omit=*tests*
-whitelist_externals = sh
+allowlist_externals = sh
 
 
 #######################################################################################