git-upstream/test-requirements.txt
Alexis Lee a05425f161 Use a recent pbr
Old pbr (<1.0.0) doesn't recognise end-of-line comments:

  GitPython>=1.0.1 # BSD License (3 clause)

This results in requirements being passed to setuptools by pbr
containing the comment when running the following command:

  python setup.py install

Subsequently setuptools tries to parse the full string instead of just
the package and version bounds spec.

While version >=1.0.0 would be sufficient, openstack requirements CI
job requires that we align with the approved requirements bounds of
>=1.6 instead.

Additionally to avoid conflicts need to move to a more recent release
of 'hacking', releases before 0.10 prevent use of pbr>1.0.

Change-Id: I096c7a0ae7ae326c2dfd2930c4dd05b52bf84f51
2016-08-31 11:50:29 +01:00

14 lines
257 B
Plaintext

hacking>=0.11.0,<0.12 # Apache-2.0
loremipsum
mock!=1.1.1,<=1.3.0
Sphinx>=1.1.2,<1.2
discover
coverage>=3.6 # Apache-2.0
fixtures>=0.3.14
python-subunit
testrepository>=0.0.17
testscenarios>=0.4
testtools>=0.9.32
sphinxcontrib-programoutput
PyYAML>=3.1.0