Zuul
670fe7ce2a
Merge "Use unittest.mock instead of third party mock"
3 years ago
Ghanshyam Mann
c588de4624
Fix hacking min version to 3.0.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: I719e643044fbdab4d24edf6457c9096ee5f8fd77
3 years ago
jacky06
8a9566864f
Use unittest.mock instead of third party mock
...
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: I5cf252c1a22977d3c87898e723e5001cc87a0d87
3 years ago
Andreas Jaeger
9dede4eb2b
Update hacking for Python3
...
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.
Fix problems found.
Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
3 years ago
Zane Bitter
869f3a943b
Remove dependency on mox3
...
Change-Id: Ie6017be8293b36d1aedfb5cce7b76c85a8b95b63
3 years ago
Vu Cong Tuan
09475c2c1d
Switch to stestr
...
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: I7079a92f972f5cb21e0d2077dd029701930a3590
5 years ago
ricolin
f41ad78cd4
Follow the new PTI for document build
...
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: Ibb35b13fe121fa2489ef31f51e1a662fbd01cc8b
Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
5 years ago
OpenStack Proposal Bot
79242e2e4f
Updated from global requirements
...
Change-Id: I631b07a7187a67042f094683da64b663d3c4a40b
5 years ago
OpenStack Proposal Bot
2ce6aa19a3
Updated from global requirements
...
Change-Id: I3618291ee2c3db35ab0e0d5e9c962ed49546588a
5 years ago
ricolin
c173246b45
Add reno for release notes management
...
Change-Id: Ia6d1c66602ac2845d30d9f95914445890a51329c
5 years ago
OpenStack Proposal Bot
0521faba6e
Updated from global requirements
...
Change-Id: Iab36aaedd85c08c579fdf48eca93337bea32842d
5 years ago
Thomas Bechtold
7ed9834e10
No longer use oslotest.mockpatch
...
It is deprecated[1] and will be removed soon.
[1] I3efb3c64ebce396e756a47d110a74fe8604b6b72
Closes-Bug: #1712017
Change-Id: If6406da4c940686cbda696f760d06d45690912a1
6 years ago
OpenStack Proposal Bot
4661e4d696
Updated from global requirements
...
Change-Id: I60c22a8f75499e95561de7427c91759943b829d5
6 years ago
OpenStack Proposal Bot
23ae4d96ac
Updated from global requirements
...
Change-Id: I7ff393a7015b2abafbe6b2a5baf1bbf346ef7c35
6 years ago
OpenStack Proposal Bot
ad40def943
Updated from global requirements
...
Change-Id: I0174be41a51756c08f71a10bbf3b0252e964e55e
6 years ago
Van Hung Pham
2663e8d75c
Switch from oslosphinx to openstackdocstheme
...
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: I730996eb74d16ede3725494b561dc15493741c75
6 years ago
OpenStack Proposal Bot
6072003f17
Updated from global requirements
...
Change-Id: If4c2ffc9df345c1d73928aa3530c4b418fdbd1c6
6 years ago
OpenStack Proposal Bot
a4f67a1946
Updated from global requirements
...
Change-Id: I31979a0c8f7a69943437e5cb409a6c149e0ef57d
6 years ago
ricolin
23537d16ee
Update test requirement
...
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: #1669276
Partial-Bug: #1668848
Change-Id: Id74bd427bbb7f1ffb364dd24ede18d920fe89c8c
6 years ago
OpenStack Proposal Bot
0b6aeafbf9
Updated from global requirements
...
Change-Id: I7e2324393ca2c5d0bfc1e0bb569b40b37f47b08a
6 years ago
OpenStack Proposal Bot
cffc3d017a
Updated from global requirements
...
Change-Id: Iecbae190ac430a919d61d67a92d27085503d0c18
6 years ago
OpenStack Proposal Bot
c6afa68ea4
Updated from global requirements
...
Change-Id: I3388fa28a6b3bab64589fdc5c64985deed361cb2
6 years ago
OpenStack Proposal Bot
911c61fe45
Updated from global requirements
...
Change-Id: Id7bf92858ba60111cb2c33bae55ba4bcae8c64a9
7 years ago
OpenStack Proposal Bot
5573fcae7b
Updated from global requirements
...
Change-Id: If2713c9f475ab212efa4f07f9b7e9a28cb326ced
7 years ago
OpenStack Proposal Bot
6ec59ad7fe
Updated from global requirements
...
Change-Id: I97aec88125c4d4b67684040d817ded57cd34dc5e
7 years ago
OpenStack Proposal Bot
9a255f593c
Updated from global requirements
...
Change-Id: I190426d8ce288ba2803dab56f1045cc39589c9c2
7 years ago
Swapnil Kulkarni (coolsvap)
9eb9e7d050
Remove discover from test-requirements
...
It's only needed for python < 2.7 which is not supported
Change-Id: I1c20c198a85ebad15b834550f4da1c591d30fedc
7 years ago
OpenStack Proposal Bot
9b22896d50
Updated from global requirements
...
Change-Id: If1b3c385800321d4002dd01e7c06293b1777a54f
7 years ago
OpenStack Proposal Bot
9aaa4eef0d
Updated from global requirements
...
Change-Id: I868988db80a83c6df43c2324b09cf80151ad4978
7 years ago
OpenStack Proposal Bot
6fac64f2a2
Updated from global requirements
...
Change-Id: Ia9908a65be66d51c1bb7b5de4df8b858663e9296
7 years ago
OpenStack Proposal Bot
d92c7e4bbe
Updated from global requirements
...
Change-Id: Icdef684349799304610b4687a30d352959754d61
7 years ago
OpenStack Proposal Bot
096f06a25e
Updated from global requirements
...
Change-Id: Ia37b068548e2c79e288c1a8d02076cbc1bae32fd
7 years ago
OpenStack Proposal Bot
8f97406270
Updated from global requirements
...
Change-Id: I10dbe65c194a9343b7032b465d2ddd112fdc1658
7 years ago
Jenkins
0e6a81f962
Merge "Replace tempest-lib with tempest.lib"
7 years ago
Jenkins
0586d59b5b
Merge "Move OpenStack client to test-requirements"
7 years ago
Daniel Gonzalez
38c29b3bbc
Replace tempest-lib with tempest.lib
...
tempest-lib is deprecated, replace it with tempest.lib.
Closes-Bug: #1553047
Change-Id: Icc17203a83513a1770dc845978550ff856dd8594
7 years ago
OpenStack Proposal Bot
065fee7a72
Updated from global requirements
...
Change-Id: I172d7556e0a51b4c42c3b762ccd52ee85b0be1ea
7 years ago
Pavlo Shchelokovskyy
ecd3504c4b
Move OpenStack client to test-requirements
...
OpenStack client is not a runtime dependency of heatclient,
and having it in requirements just brings in many unneeded dependencies.
Move it to test-requirements so unit tests for osc plugin work.
Change-Id: I425b33d5e97e9328fe440f6b190bdd6b6cc813bf
Closes-Bug: #1562023
7 years ago
OpenStack Proposal Bot
99fca91c3d
Updated from global requirements
...
Change-Id: I2b1e82abe29c6f22338ef3edf9beac41db8a9a43
7 years ago
OpenStack Proposal Bot
a65d4c5378
Updated from global requirements
...
Change-Id: I39b0b5673b88143484b6e672857cd8ff4c76a485
7 years ago
OpenStack Proposal Bot
8da7f954d3
Updated from global requirements
...
Change-Id: I96af2211b89dd22176f6ccae16b39ddb52c163af
7 years ago
OpenStack Proposal Bot
f349b4d25d
Updated from global requirements
...
Change-Id: Idc6805f7878c26fd61b7a3d7bc2065279db5281f
7 years ago
OpenStack Proposal Bot
dbf34861a8
Updated from global requirements
...
Change-Id: Ie519fec109f90edf639ff0528cc23532c3fbc076
7 years ago
OpenStack Proposal Bot
35066b234d
Updated from global requirements
...
Change-Id: I3cfff7684224f9b47445b0d47c7f631393c17b19
7 years ago
OpenStack Proposal Bot
c878172ad5
Updated from global requirements
...
Change-Id: I010a57e279836d54b6ceb9471669265ebc627e23
8 years ago
OpenStack Proposal Bot
1338db81c4
Updated from global requirements
...
Change-Id: I532d2ec552c6b11fb72ae90beef3ab691bfa435c
8 years ago
OpenStack Proposal Bot
36864381c5
Updated from global requirements
...
Change-Id: Ibec012cef14cb3fa0ac48dede0c0ea3b72a33f8e
8 years ago
OpenStack Proposal Bot
755aaf1ef2
Updated from global requirements
...
Change-Id: I812207d78302526102e7090de97d1b724f1d247d
8 years ago
OpenStack Proposal Bot
a3e854902e
Updated from global requirements
...
Change-Id: Idbeae4619d14047f5ef38e956c9b522a17358339
8 years ago
OpenStack Proposal Bot
40d7c78920
Updated from global requirements
...
Change-Id: Iec63c5630d11651b2ecd7bca16e2ee9b15c10792
8 years ago