Elod Illes e2410e683e [stable-only] Cap virtualenv for py37
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.

Change-Id: I7993665eb1dbe93c90114c25e0dbbae8a06c27fb
2022-09-05 17:48:41 +02:00
2020-01-23 11:21:25 +00:00
2020-04-14 10:18:28 +00:00
2015-02-02 15:08:43 -05:00
2018-07-04 08:12:19 +07:00
2015-02-02 15:08:43 -05:00
2015-02-02 15:08:43 -05:00
2020-02-07 10:35:08 -08:00
2020-02-13 11:42:23 +00:00
2022-09-05 17:48:41 +02:00

Team and repository tags

image

oslo.versionedobjects

Latest Version

Downloads

The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services.

Description
OpenStack versioned objects library
Readme 7.6 MiB
Languages
Python 100%