Add pytest to test requirements

Change-Id: I3ea0c9255d99ce213065cfcf9038b638d19691aa
This commit is contained in:
zhurong 2020-04-13 23:32:32 -07:00
parent b9ed51cbd2
commit c946775e91
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ pyOpenSSL==17.5.0
pyparsing==2.2.0
pyperclip==1.6.0
pyScss==1.3.7
pytest==5.3.5
python-barbicanclient==4.6.0
python-cinderclient==5.0.0
python-dateutil==2.7.0

View File

@ -3,6 +3,8 @@
# process, which may cause wedges in the gate later.
hacking>=3.0,<4.0.0 # Apache-2.0
pytest>=5.3.5 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0