Prepare UI for split
fixed paths to support new repo layout modified tox file Change-Id: Ibbe087cc4e0ae02b890824b4a559a9dd0c0a0a49changes/78/219278/1
parent
e6ee1e5b57
commit
f75bd1c7c7
@ -1,2 +1 @@
|
||||
parsedatetime>=1.4
|
||||
freezer
|
||||
parsedatetime>=1.4
|
@ -1,10 +1,21 @@
|
||||
-e git+https://github.com/openstack/horizon.git#egg=horizon
|
||||
django-nose>=1.2
|
||||
nose-exclude
|
||||
mock>=1.1,!=1.1.4;python_version!='2.6'
|
||||
mock==1.0.1;python_version=='2.6'
|
||||
python-openstackclient>=1.5.0
|
||||
mox>=0.5.3
|
||||
# Not in global-requirements
|
||||
parsedatetime
|
||||
# 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.11,>=0.10.0
|
||||
|
||||
coverage>=3.6
|
||||
discover
|
||||
python-subunit>=0.0.18
|
||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
|
||||
oslotest<1.6.0,>=1.5.1 # Apache-2.0
|
||||
testrepository>=0.0.18
|
||||
testscenarios>=0.4
|
||||
testtools!=1.2.0,>=0.9.36
|
||||
pbr>=1.6
|
||||
flake8
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
pylint>=1.3.1
|
||||
testresources
|
Loading…
Reference in New Issue