summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect note from requirements files4.0.1Stephen Finucane2022-07-121-5/+0
| | | | | | | | | | This hasn't been true since pip 20.3 introduced the new dependency resolver [1] [1] https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html Change-Id: I394f1135a9f3073ebc17ae9662faf6071e868ca8 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Fix hacking min version to 3.0.1Ghanshyam Mann2020-05-121-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. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I88e1652fa2f99d475efd7489dcb3c3c1bb06f015
* Fail gracefully when MD5 is unavailableBrian Rosmaita2020-05-041-0/+1
| | | | | | | | | The glanceclient currently assumes that MD5 will always be available. This is not the case, however, in a FIPS-compliant environment. This patch enables the glanceclient to fail gracefully in such a case. Closes-bug: #1871675 Change-Id: Ibd89989e06cc5be7da71f5f21561d73b5abc4104
* 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: I446ee142c7a17446372c910f7f2a36d55df18e04 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Update hacking for Python3Andreas Jaeger2020-04-021-1/+1
| | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I5ae47a7b11ff29a301e440c15daf30db7738485b
* Update hacking versionjacky062019-03-271-1/+2
| | | | | | Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
* Switch to using stestrwangqi2018-06-051-1/+1
| | | | | | | When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're supposed to invoke stestr rather than testr so lets do that Change-Id: I1b401c583d5e7677fc719bfc4eb2f2bba7b98cfa
* Follow the new PTI for document buildNguyen Hai2018-04-121-3/+0
| | | | | | | | | | | | | - Follow new PTI for docs build - Add sphinxcontrib.apidoc to replace pbr autodoc REF: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: Id16a5eaa57bc0d96332849abfb62898e6766ef86
* Merge "Updated from global requirements"Zuul2018-04-031-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-03-231-1/+1
| | | | | | | | Change-Id: Ie6eaac4b47a6f61f5fb459581d146c9d13aab408
* | Merge "Remove usage of ordereddict"Zuul2018-03-261-1/+0
|\ \ | |/ |/|
| * Remove usage of ordereddictDirk Mueller2018-03-081-1/+0
| | | | | | | | | | | | | | This was only needed for Python < 2.7, but glanceclient's setup.cfg already declares compatibility only with 2.7. Change-Id: I80d42abf5dd5565da424a90a93545ba82ef7a58d
* | Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
|/ | | | Change-Id: I7d1cc411d745f9d9257bc69e389aa9990f5c4f03
* Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
| | | | Change-Id: Ic3aee2ad37026ed09b31e327fc6f0af443c6e0fa
* Updated from global requirements2.9.1OpenStack Proposal Bot2018-01-181-1/+1
| | | | Change-Id: Id6510579123bd2eb5f54f8f7cf02eb74cc1e777c
* Updated from global requirementsOpenStack Proposal Bot2017-12-191-2/+2
| | | | Change-Id: If0232005809670f9b55da915fbdad11cbbc7b146
* Updated from global requirementsOpenStack Proposal Bot2017-09-201-1/+1
| | | | Change-Id: I8448038730b593d69b912cde62a13f0c6baf6f7f
* Updated from global requirementsOpenStack Proposal Bot2017-09-131-1/+1
| | | | Change-Id: I8ac16e2968fc65c7b7ecea3d4687b12ea9d3fa7f
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-3/+3
| | | | Change-Id: I5205e01980fc00b011a4aa4f9d24f045c375a4c5
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: Ic918892cd48f45e9f1e916aa73c96398fe786b7c
* Updated from global requirementsOpenStack Proposal Bot2017-07-211-1/+1
| | | | Change-Id: Ief9fb0c983df72beae11693932c1200e8ca871ed
* Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
| | | | Change-Id: Ifddb9d8d574a03a71a332906719c593667a873f0
* Updated from global requirementsOpenStack Proposal Bot2017-07-041-1/+1
| | | | Change-Id: Ib5a1d3ef1cd53be664299844eaff2946754e8597
* switch to openstackdocsthemeDoug Hellmann2017-06-281-1/+1
| | | | | Change-Id: Id687e3405d8afe0db201eb648941cc51bb9f741e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Updated from global requirementsOpenStack Proposal Bot2017-06-271-1/+1
| | | | Change-Id: Ib5c051b7011783548553447d68f80bcdda9395df
* Updated from global requirementsOpenStack Proposal Bot2017-06-021-1/+1
| | | | Change-Id: I9fc075327f46c4b4e28f4dbb0bd4275dc5c2871c
* Updated from global requirementsOpenStack Proposal Bot2017-05-241-2/+2
| | | | Change-Id: Ic7656a41fcff3f1f5c47526d54f2254bc9a09c6b
* Updated from global requirementsOpenStack Proposal Bot2017-05-011-1/+1
| | | | Change-Id: I3f45a69b0c70271b3b6b40035500f07b66758c21
* Updated from global requirementsOpenStack Proposal Bot2017-03-031-1/+1
| | | | Change-Id: I04411a2a10fc9587fbe61859b2a8597d8375fcdf
* Update test requirementricolin2017-03-021-1/+1
| | | | | | | | | Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I131cce2efade625af3e1e36a058c086ea5793f47
* Updated from global requirementsOpenStack Proposal Bot2017-02-101-2/+2
| | | | Change-Id: I366cd5564fd786ad990d0902586aa6396613e7fc
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-1/+1
| | | | Change-Id: I87aa54d8afae437826c46b913e49985e633c8fa0
* Updated from global requirementsOpenStack Proposal Bot2016-10-221-2/+2
| | | | Change-Id: I3cf13c3f0ec14056afa30f8d7e95ed950e961751
* Updated from global requirementsOpenStack Proposal Bot2016-09-281-1/+1
| | | | Change-Id: I517305a872086e4d711de869d05ad44c38018d80
* Updated from global requirementsOpenStack Proposal Bot2016-09-271-2/+2
| | | | Change-Id: If0aef91c8240332aef26503f266362cfcdf47e97
* Updated from global requirementsOpenStack Proposal Bot2016-09-061-1/+1
| | | | Change-Id: I7d635eb8c6ef6fb74194f1efd7c54e1c4821b823
* Updated from global requirementsOpenStack Proposal Bot2016-08-191-1/+1
| | | | Change-Id: I58866d86b0755d38c30e5c7859747e73b825a250
* Updated from global requirementsOpenStack Proposal Bot2016-08-051-1/+1
| | | | Change-Id: I787b389ea50d0ec1743604725bead55fc477a0c0
* Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
| | | | | | It's only needed for python < 2.7 which is not supported Change-Id: I2b5250ffa42bcbd343a1bf78b876c5f0615e966d
* Updated from global requirementsOpenStack Proposal Bot2016-07-011-1/+1
| | | | Change-Id: Iff3305ceda5ae1b7e938591eeeec2bf690e84ab8
* Replace tempest_lib with tempest.libwangxiyuan2016-06-271-1/+1
| | | | | | | As the tempest_lib is deprecated and the code has been moved into tempest. We should use tempest.lib insteded of tempest_lib. Change-Id: Id22f90a47056cd88f9524fc6015607c93f7d88b5
* Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| | | | Change-Id: I2080edfcefa94d1c29f78b27bf84da44f32ddf58
* Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | Change-Id: I1ee3b5f6f8547d9d2dc23ddd8f1b3f3688d733b1
* Updated from global requirements2.1.0OpenStack Proposal Bot2016-06-101-1/+1
| | | | Change-Id: Ida2080b0c209b87781313b2be92c957d22b3188c
* Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | Change-Id: I353dee7615434bfbc0ae76ed8c7ce168458065fc
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | Change-Id: Ie88b8762b6db82dc26c6d652786d68ace6e002dd
* Updated from global requirementsOpenStack Proposal Bot2016-05-261-1/+1
| | | | Change-Id: Ic3499b5fdacf7602cbfec3720580790d1bda384c
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-2/+2
| | | | Change-Id: Ia41d3929e00cb08c9a3414043b22fe9604514fb4
* Add reno to glanceclientkairat_kushaev2016-02-111-0/+1
| | | | | | | | Add possibility to generate release notes to glanceclient. We need this because it helps to prepare good documentation and provide useful info to Openstack users. Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291
* Updated from global requirementsOpenStack Proposal Bot2016-02-081-1/+1
| | | | Change-Id: Ie5beb0e7bafb3e70b6ecc07af3a03c55f76c7e00