72a6a7a94b
nose is not actively maintained now and Django default test runner seems to have enough features. * 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. * Integraion tests is marked via django.test.tag mechanism which is introduced in Django 1.10. * Rename filename of test files to names starting with 'test_' so that the django test runner can find tests expectedly. * run_tests.sh is no longer called from tox.ini, so it can be dropped. Note that the similar run_tests.sh in horizon was dropped long ago. Change-Id: I1e5471078cc95031e8819f01100319a9ee2a3a73
16 lines
560 B
Plaintext
16 lines
560 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!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
mock>=2.0.0 # BSD
|
|
netifaces>=0.10.4 # MIT
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
selenium>=2.50.1 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
# This also needs xvfb library installed on your OS
|
|
xvfbwrapper>=0.1.3 #license: MIT
|