[ci] Clean ignored warnings as some libs pushed fixes

Change-Id: I3b45c4d3ed4eafe0b2fe539bef3173fcd00bd064
This commit is contained in:
Andrey Kurilin 2020-04-10 15:58:32 +03:00
parent e824bf585f
commit 0446a3d14c
2 changed files with 0 additions and 2 deletions

View File

@ -147,7 +147,6 @@ filterwarnings =
ignore:invalid escape sequence:DeprecationWarning:.*netaddr.* ignore:invalid escape sequence:DeprecationWarning:.*netaddr.*
ignore:invalid escape sequence:DeprecationWarning:.*prettytable ignore:invalid escape sequence:DeprecationWarning:.*prettytable
ignore:invalid escape sequence:DeprecationWarning:.*subunit.* ignore:invalid escape sequence:DeprecationWarning:.*subunit.*
ignore:invalid escape sequence:DeprecationWarning:.*testtools.*
# python 3.7 # python 3.7
ignore:Using or importing the ABCs:DeprecationWarning:unittest2.* ignore:Using or importing the ABCs:DeprecationWarning:unittest2.*
# python 3.8 # python 3.8

View File

@ -9,7 +9,6 @@ paramiko===2.6.0
pbr===5.4.3 pbr===5.4.3
PrettyTable===0.7.2 PrettyTable===0.7.2
pyOpenSSL===19.0.0 pyOpenSSL===19.0.0
python-subunit===1.3.0
PyYAML===5.1.2 PyYAML===5.1.2
six===1.13.0 six===1.13.0
SQLAlchemy===1.3.13 SQLAlchemy===1.3.13