Update the version of ruamel.yaml to 0.17.1 80/127680/1
authordengyh <dengyuanhong@chinamobile.com>
Fri, 11 Mar 2022 08:22:07 +0000 (16:22 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Fri, 11 Mar 2022 08:22:30 +0000 (16:22 +0800)
Change-Id: If037cd29399bc605c6590537385127448bb72b1b
Issue-ID: VFC-1928
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
gvnfmadapter/requirements.txt
gvnfmadapter/tox.ini

index 18c214b..5cfd56f 100644 (file)
@@ -13,7 +13,7 @@ mock==3.0.5
 unittest_xml_reporting==1.12.0
 
 # for auto swagger
-ruamel.yaml==0.16.10
+ruamel.yaml==0.17.1
 drf-yasg==1.17.0
 
 # for the validation feature
index 1c9a309..c04289a 100644 (file)
@@ -8,7 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722,W504
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv:pep8]