4701b0f681
Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. django_nose is unnecessary in test/settings.py. The related settings are dropped. Change-Id: Ic8683e670f472079bfbe57e1cdd0f9105a358023
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
# 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.
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
|
|
nodeenv>=0.9.4 # BSD
|
|
selenium>=2.50.1 # Apache-2.0
|
|
# Docs Requirements
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|