summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* [goal] Migrate testing to ubuntu focalGhanshyam Mann2020-08-161-1/+1
| | | | | | | | | | | | | | | | | | | As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40190 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: Ieada47b1455e635208bafe12168fadcb65bc72b9
* Merge "Fix hacking min version to 3.0.1"victoria-em4.1.1Zuul2020-06-301-1/+1
|\
| * Fix hacking min version to 3.0.1Ghanshyam Mann2020-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. Also removing the hacking and other related dep from lower-constraints file as theose are blacklisted requirements and does not need to be present there. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I636e12ccfb0ad12bfe7f8095cbd196d36902f645
* | Merge "Use unittest.mock instead of third party mock"Zuul2020-06-191-1/+0
|\ \
| * | 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: I7498ea2353cccca7b23d9ef74015a566ac431f90 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Fix test-requirements.txtAndreas Jaeger2020-05-181-2/+1
|/ | | | | | | python_version==2.7 is not supported anymore, remove this line to unbreak the repo. Change-Id: I15de57f071a3080239a4418561e4ad610289e478
* Import os-client-configAndreas Jaeger2020-04-141-0/+1
| | | | | | | | | keystoneclient-devstack-functional needs os-client-config installed, file keystoneclient/tests/functional/base.py imports it - but it's not in test-requirements.txt. Seems that we got it from a dependency in the past, so make this now explicit. Change-Id: I44217d614e2ad2238f8f00f2289b1c19f3bf436a
* Update hacking for Python3Andreas Jaeger2020-03-311-1/+1
| | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: Ic161a8f88c28d88898863e5b9d9380016fbb0d08
* Blacklist bandit 1.6.0 & cap sphinx for 2.7Vishakha Agarwal2019-07-041-2/+3
| | | | | | | | | | | | The latest version of bandit has broken directory exclusion, so multiple test files are getting flagged. This change blocks version 1.6.0 while this issue is fixed for 1.6.1. This change also caps sphinx at <2.0.0 for python version 2.7. This also updates the keyring version. Change-Id: I69a86ef21791698e4dd749fe5640fcdc7df1b0fc
* Update hacking versionZhijunWei2019-01-041-1/+1
| | | | | | | 1. update hacking version to latest 2. fix pep8 failed Change-Id: Iecc112206633a7e771c5e45547c573d74cce6f67
* Switch to stestrVu Cong Tuan2018-07-111-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: I6484b605b1a7b8bcc4589170d2645f7cb0ca66f6
* Updated from global requirementsOpenStack Proposal Bot2018-03-231-1/+1
| | | | Change-Id: Ied4043ac0a30e78804875cbbe6e22724d164073a
* Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
| | | | Change-Id: I50a3011c302fb5568da8f57e2f5c354d1afb3a94
* Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| | | | | | Change-Id: I748fadaececc4c5fe67ab6d671f13ce4ea964049 I44f2950a092bc03bdd0a9976242689a8f198b07a I5f4dccaef48902bb4a5e6eab304c76cc5dbb258d
* Create doc/requirements.txtQinglinCheng2017-12-191-3/+0
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: Iaa1530f19049883fc9fbce66f1fcc82ded559a07
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-2/+2
| | | | Change-Id: I1a61cb7ddd1de429f2402f9da315c4b5b6cdee39
* Updated from global requirementsOpenStack Proposal Bot2017-09-221-3/+3
| | | | Change-Id: I1a8ced90154ed726c877385721754686974becc1
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-4/+4
| | | | Change-Id: Idafa206fc3478257f641acba3533affd122171e0
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: I0cf901d783c93cf489bfb5aa684cd003a1fa371e
* Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
| | | | Change-Id: Ia1e1a0163d038664f651f7182f6de2796ea6a840
* Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-06-301-1/+1
| | | | | | | | | As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: If3a8f6668d0a4e32bd8a20330d973249ce6a5b46
* Updated from global requirements3.12.0OpenStack Proposal Bot2017-06-271-1/+1
| | | | Change-Id: I6e4cb42d8e9d40aa4f074387add065a705a5d7e1
* Updated from global requirementsOpenStack Proposal Bot2017-06-021-1/+1
| | | | Change-Id: I7002c54da6b5f3905e5f9746b7aaf28d5ae79ba3
* Updated from global requirementsOpenStack Proposal Bot2017-05-171-1/+1
| | | | Change-Id: I5f10869789eb6797e4f601d7a73b469fbe08fea7
* Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: I4b2dae6b4fcb887dcc21bd6540109df6e9952a47
* Updated from global requirementsOpenStack Proposal Bot2017-02-151-2/+2
| | | | Change-Id: I9bc8e5d548371825ef793c4b601d98b095b2b7e3
* Updated from global requirementsOpenStack Proposal Bot2017-01-051-1/+1
| | | | Change-Id: Ie02917c0904dfa52205acbd65fe3bbb867efcdb3
* Updated from global requirementsOpenStack Proposal Bot2016-11-021-1/+1
| | | | Change-Id: I9768f583f92791f3f2126a26a09650c6c9b24d95
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-1/+1
| | | | Change-Id: Icbc152032206acde209e10e4d95c17d55c1cf094
* Updated from global requirementsOpenStack Proposal Bot2016-09-281-1/+1
| | | | Change-Id: I672f071ca87fecb4ad6ecccccaed8253339908e2
* Updated from global requirementsOpenStack Proposal Bot2016-09-271-1/+1
| | | | Change-Id: If0c07c55d42d339d9d9da12a6fc98d3f51e92192
* Updated from global requirementsOpenStack Proposal Bot2016-09-261-1/+1
| | | | Change-Id: I9fef9b97fc688fce2da9079579d6391af3babc8e
* Updated from global requirementsOpenStack Proposal Bot2016-08-201-1/+1
| | | | Change-Id: If3bc6b1f3d66f982f18c1373f27da7ad26a2a7cc
* Updated from global requirements3.2.0OpenStack Proposal Bot2016-07-011-1/+1
| | | | Change-Id: I433f6487a9e29166897cc4b6333e90226e443579
* Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| | | | Change-Id: I8be61c57af9f525fa254e567725fd24f7bc2fb2c
* Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | Change-Id: I422c275580a11d1b288747e6e21bead8215de46a
* Updated from global requirementsOpenStack Proposal Bot2016-06-031-1/+1
| | | | Change-Id: Id4f9faae93b1d57094055b8579d37db82bd04a43
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | Change-Id: I01f0c393369315b9588652fef1cdbf6e4de3becc
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | Change-Id: Iee2119eebd5033ae3c5391d333683d8d0c3d871b
* Updated from global requirementsOpenStack Proposal Bot2016-05-261-1/+1
| | | | Change-Id: I85538ef1bc251baa1fcd498f26c76912fdeeb4df
* Replace tempest-lib with tempest.libDaniel Gonzalez2016-04-281-1/+1
| | | | | | | tempest-lib is deprecated, replace it with tempest.lib. Closes-Bug: #1553047 Change-Id: Ib03938b133f2aca1e73ec5df5815cff9dfe7b2e2
* Updated from global requirementsOpenStack Proposal Bot2016-04-281-1/+1
| | | | Change-Id: I6fd9e05cc8ffd0c16bc80e003e350df73d18c23e
* Updated from global requirementsOpenStack Proposal Bot2016-04-151-1/+1
| | | | Change-Id: I3e36e24dfc8eca39f93bb7ce77ba1104c313ce21
* Updated from global requirementsOpenStack Proposal Bot2016-04-071-1/+1
| | | | Change-Id: I480d1390d45efdc4215be6c362f75f327fbb2ffa
* Updated from global requirementsOpenStack Proposal Bot2016-02-111-1/+1
| | | | Change-Id: I469d93e30110dd90633a2ca78091e79bb573657c
* Updated from global requirementsOpenStack Proposal Bot2016-02-101-1/+1
| | | | Change-Id: Ia1f8737451fff215dca109fc3fa49e643dc8e2e0
* Updated from global requirementsOpenStack Proposal Bot2016-02-081-2/+2
| | | | Change-Id: I66be09102edcd67f022019744920485d03952e9a
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-14/+14
| | | | Change-Id: I7f771e16773d0ca4015107b45e083139452ccf3c
* Updated from global requirementsOpenStack Proposal Bot2016-01-121-1/+1
| | | | Change-Id: Ibc07c96b4ed4e2955781b1deab33db4a67dfb9df
* Updated from global requirementsOpenStack Proposal Bot2015-12-211-1/+1
| | | | Change-Id: I7f754e0fbbdea741aada2078125a80c7c08f051c