Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. The change was made in horizon Rocky-3, so horizon 14.0.0.0b3 is required at least. Also drops unnecessary Django dependencies. There is no need to install Django explicitly as it is a horizon dependency. The lower bound of oslo.log is added to pass requirements-check job. The new lower bound is picked up from lower-constraints.txt. Change-Id: I32978c11b54ba22a64109cfee1167f473d353373changes/70/592070/3
parent
3d5d31aa05
commit
2c76fee688
@ -1,10 +1,9 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
Django<2.0,>=1.11 # BSD
|
||||
python-freezerclient>=1.3.0 # Apache-2.0
|
||||
oslo.log # Apache-2.0
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
|
||||
# OpenStack CI will install the following projects from git
|
||||
# if they are in the required-projects list for a job:
|
||||
horizon>=13.0.0 # Apache-2.0
|
||||
horizon>=14.0.0.0b3 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue