Add pytest requirement to fix jobs
Recently horizon added pytest d6fe0170ee2bc14eab27f8bdf0deb57706b85bb7 which causes the job failure here. This patch adds the pytest in the 'lower-constraints.txt' and 'test-requirements.txt' to fix gate. Change-Id: Iebc13eabb514377d7efd02391d20d2e6e14b451c
This commit is contained in:
parent
36e233ca39
commit
fd677c302a
@ -76,6 +76,7 @@ pyOpenSSL==17.5.0
|
||||
pyparsing==2.2.0
|
||||
pyperclip==1.6.0
|
||||
pyScss==1.3.7
|
||||
pytest==5.3.5
|
||||
python-cinderclient==5.0.0
|
||||
python-dateutil==2.7.0
|
||||
python-glanceclient==2.9.1
|
||||
|
@ -11,6 +11,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
mock>=2.0.0 # BSD
|
||||
nodeenv>=0.9.4 # BSD
|
||||
pytest>=5.3.5 # MIT
|
||||
selenium>=2.50.1 # Apache-2.0
|
||||
# This also needs xvfb library installed on your OS
|
||||
xvfbwrapper>=0.1.3 #license: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user