train-eol
py37 test started to fail with latest virtualenv (20.16.4) as it
bundles setuptools 65.3.0, which causes installation problems under
py37. (Note: with py38 the problem does not occur).
This patch sets virtualenv<20.16.4 to unblock the gate as
virtualenv 20.16.3 bundles setuptools 63.4.1, with which py37 gate
works well.
NOTE(stephenfin): Modified to remove the failing l-c job.
Conflicts:
.zuul.yaml
tox.ini
NOTE(elod.illes): conflict in .zuul.yaml is caused by ussuri job
template changes; conflict in tox.ini is caused by cleanup patch
I2ab1eb99a61695bfbc7ecc66f215b1cb991007dd.
Change-Id: I8c457d06b79cacc770db62eac1d8e4459052d5ba
(cherry picked from commit 95ac6392a0)
Team and repository tags
oslo.concurrency
The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.concurrency/latest/
- Source: https://opendev.org/openstack/oslo.concurrency
- Bugs: https://bugs.launchpad.net/oslo.concurrency
- Release Notes: https://docs.openstack.org/releasenotes/oslo.concurrency/
Description
Languages
Python
100%