Commit Graph

5 Commits

Author SHA1 Message Date
wu.shiming a24a5a0676 Remove lower-constraints remnants
These were missed in change: If2a9cf05f382ae28846b95e5bb29669ee57f9bcd

Change-Id: I364eea549d42e75471288c597bd9dd8094d87c64
2021-02-19 15:06:26 +08:00
Hervé Beraud b9708c3753 drop mock from lower-constraints
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we don't need it
in lower-constraints.

These changes will help us to drop `mock` from openstack/requirements

Change-Id: I6896e1ca4c8f20aa56cf444a8e29a7bbced95427
2020-06-09 11:45:08 +02:00
jacky06 1e52164142 Remove the unused coding style modules
Python modules related to coding style checks (listed in blacklist.txt in
openstack/requirements repo) are dropped from lower-constraints.txt
as they are not actually used in tests (other than pep8).

more info: https://github.com/openstack/requirements/blob/master/blacklist.txt

Change-Id: Ia5502d5425eea30ce5fb4d14b9275f7c5be91f86
2020-05-15 17:17:56 +00:00
Vu Cong Tuan 4abd5377e4 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: Ic863da849df2a728ce6b26bfd946262a5439fcad
2018-07-04 08:30:19 +07:00
Doug Hellmann fd3b5f1ceb add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: Ib0948bfba3be14f0068bb3b49d2d356bd36f96b9
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-24 21:02:23 -04:00