summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch to newer openstackdocstheme and reno versionsvictoria-em2.1.0Andreas Jaeger2020-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I7966fa4281dde7e6340d632333ea8f8b84128bde
* Further Cleanup py27 supportAndreas Jaeger2020-05-131-3/+3
| | | | | | | | | | | | | This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Use newer openstackdocstheme,reno and Sphinx versions - Remove install_command from tox.ini, the default is fine - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete - Update hacking to 3.0.1, fix warnings found - Remove babel.cfg, it's not needed anymore Change-Id: I60edb7e44e4a8222f564f30157eb31288b85b422
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+0
| | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I64f6f5df4d82faef205e5019be5a41c1b1f1f1fa Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Cleanup py27 supportzhurong2020-04-071-2/+1
| | | | | | | | | | | | | | 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: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
* Drop oslosphinx and use openstackdocsthemeThomas Bechtold2019-09-241-2/+2
| | | | | | | | | OpenStack moved to openstackdocstheme so use it here instead of oslosphinx. Also update the used Sphinx version. This is now in sync with the versions from requirements/global-requirements.txt . Change-Id: I0ffbea9b83abe9d9ae3886e7a427fc01637b36ea
* Switch to stestrVu Cong Tuan2018-07-101-1/+1
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic7db0e419ccf6f7b05058950ec8a76378b428719
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-171-0/+1
| | | | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. Also, use openstackdocstheme for releasenotes. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: I1357eda2330c095bdc1e3a3697faabfbca4b6a8e
* retrieve project id to ignore from keystoneMehdi Abaakouk2017-05-191-1/+1
| | | | | | | | | | | | | We currently allows only project uuid, but this is a pain for deployer. Also the default is a project name which doesn't work... This change queries keystone to retrieve project ids when the ignore_projects list are names. By default, if auth_type is not set, we keep the previous behavior to not query keystone. Change-Id: I270d080d3e65eb6b0cd823498a4dd37389c49221
* Add reno for release notes managementSteve Lewis2016-07-281-0/+2
| | | | | | | | | | As per the release process changes for liberty and mitaka [1], the reno tooling is being added to the repository for the purpose of implementing on-going release note additions. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html Change-Id: Ia824156badaceb3000ca37052af1c1c8ded1e584
* Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| | | | Change-Id: I73d0ed26a7f093bb96f10013daa4046d7602f679
* Only install hacking in pep8Julien Danjou2016-05-101-2/+0
| | | | Change-Id: I15dc052f3419b548b5dc373c5edb3658e48d69a1
* Remove unused requirementsJulien Danjou2016-05-101-3/+0
| | | | Change-Id: Iab0dc79f7a039c9484381dda00399185862f231a
* Add missing requirements for mockJulien Danjou2016-05-101-0/+1
| | | | | | We import and use it directly. Change-Id: I2e39db2159b0d5242abad2e6bf250dfe8ee603e1
* Updated from global requirementsOpenStack Proposal Bot2016-01-181-7/+7
| | | | Change-Id: If8a70c2baf548860de15e33acce6452ae597fedb
* Updated from global requirementsOpenStack Proposal Bot2015-11-191-1/+1
| | | | Change-Id: Icda8f9c1cb80f656cbd794c0f36675edd3786e77
* Updated from global requirementsOpenStack Proposal Bot2015-08-041-1/+1
| | | | Change-Id: I590a72f4f1fdce0c97a8b90f5c449728047ecb02
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I919af9db4ca568ce941bb3a29c53ee1f297dabbd
* Updated from global requirementsOpenStack Proposal Bot2015-06-231-5/+5
| | | | Change-Id: I691b788b399ff1ed0255c5881d95c382d5f6951e
* Updated from global requirements0.2.0OpenStack Proposal Bot2015-05-071-2/+2
| | | | Change-Id: Icba6561ebf56d417ac8f00457b63c1ef7c124119
* Updated from global requirementsOpenStack Proposal Bot2015-03-311-2/+2
| | | | Change-Id: I5f0ccc0f3ceba5e2db8f24d6caa069538d262fc1
* Updated from global requirementsOpenStack Proposal Bot2015-02-201-1/+1
| | | | Change-Id: Ibc6c73369fa7ba9b9f0219544866b92b51458d97
* initial checkingordon chung2015-01-201-0/+15