8252703f56
There are two changes which have to go together to pass the gate tests: 1. Update pbr and mock requirements from global-requirements mock 1.2 supports py26 again so make that the minimum version. The same change is being made in g-r with: Ic6b9e18eaec9c81bbbbc57129e024904be928e09 Sync up with latest pbr in global-requirements while we're at it. Closes-Bug: #1474925 2. Fix the importpath module to work with python >= 3.3 where the __import__ built-in is raising an ImportError on a temporary file that is added to the system path. Closes-Bug: #1475339 Change-Id: Ie98938ba75f3983094dd540b7d26a7ec46be4f6e
26 lines
528 B
Plaintext
26 lines
528 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8>=2.2.4,<=2.4.1
|
|
hacking>=0.10.0,<0.11
|
|
|
|
coverage>=3.6
|
|
discover
|
|
feedparser
|
|
fixtures>=0.3.14
|
|
mock>=1.2
|
|
mox>=0.5.3
|
|
psycopg2
|
|
python-subunit>=0.0.18
|
|
sphinx>=1.1.2,<1.2
|
|
sphinxcontrib_issuetracker
|
|
testrepository>=0.0.17
|
|
testtools>=0.9.34,<0.9.36
|
|
tempest-lib>=0.1.0
|
|
|
|
scripttest
|
|
# NOTE(rpodolyaka): This version identifier is currently necessary as
|
|
# pytz otherwise does not install on pip 1.4 or higher
|
|
pylint
|
|
pytz>=2010h
|