Commit Graph

5 Commits

Author SHA1 Message Date
Jonathan Rosser 0835aa063e Cleanup setup.py config
Change-Id: I378993e01ebc354748f4f5cb48e70d9dfa658d3a
2022-04-04 09:55:53 +00:00
Andreas Jaeger 69d094b29f Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: If6065686dd9250085a7582509becd92602cb1169
2020-04-13 18:37:23 +02:00
OpenStack Proposal Bot ed3c105092 Updated from global requirements
Change-Id: Ib3045c87b63ebdba9811dabf6d1eabb9c8e156bc
2017-03-02 11:51:05 +00:00
OpenStack Proposal Bot d4c77837f9 Updated from global requirements
Change-Id: Ie4901b851660c70b150357de91bb8b9cdfb7a209
2016-07-15 03:57:22 +00:00
Kevin Carter a45aa3b2c1
IRR for apt_package_pinning
The change moves the role out from the main repo openstack-ansible
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-02 21:34:23 -06:00