Go to file
Steve Baker 50c51177d5 Use package for writing versioninfo.
This currently fails for client projects as python_package
is the name of the project, while package is where versioninfo
is written to. This doesn't affect server openstack projects
because python_package == package.

This hasn't affected any client projects yet because most likely
none of them call version.canonical_version_string() in their
setup.py

Change-Id: Ia97e5fae378c47909f3dbc842dc83e408af68671
2013-01-04 16:24:13 +13:00
2012-11-18 18:19:50 -08:00
2013-01-04 09:34:38 +11:00
2012-11-18 18:19:50 -08:00
2012-09-13 06:07:49 +08:00
2012-04-26 15:13:55 -07:00
2012-07-02 17:19:06 -04:00
2012-01-06 10:19:25 -08:00
2012-07-02 17:19:06 -04:00
2012-11-28 17:05:36 +00:00

Common code for Openstack Projects.

To run tests in virtualenvs (preferred):

  sudo pip install tox
  tox

To run tests in the current environment:

  sudo pip install -r tools/pip-requires
  nosetests
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 2.3 MiB