Go to file
Dirk Mueller a602d03e27 Replace assertItemsEqual with assertCountEqual
assertItemsEqual was removed from Python's unittest.TestCase in
Python 3.3 [1][2]. We have been able to use them since then, because
testtools required unittest2, which still included it. With testtools
removing Python 2.7 support [3][4], we will lose support for
assertItemsEqual, so we should switch to use assertCountEqual.

[1] - https://bugs.python.org/issue17866
[2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
[3] - testing-cabal/testtools#286
[4] - testing-cabal/testtools#277

Change-Id: Ib8a08f1b44712bf2fbcadecdcecd0ee3dd8ab361
2020-06-11 11:51:40 +02:00
2020-06-04 14:46:02 +08:00
2020-06-04 14:46:02 +08:00
2015-10-23 18:51:29 +11:00
2019-04-19 19:48:27 +00:00
2015-10-23 18:51:29 +11:00
2019-12-11 10:26:01 +00:00
2020-04-14 10:16:27 +00:00
2015-10-23 18:51:29 +11:00
2015-10-23 18:51:29 +11:00
2020-02-11 18:51:53 +01:00
2020-04-24 10:25:50 -05:00

Team and repository tags

image

oslo.privsep

Latest Version

OpenStack library for privilege separation

This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.

Description
OpenStack library for privilege separation
Readme 2.9 MiB
Languages
Python 100%