Sahara provides a scalable data processing stack and associated management interfaces.
Go to file
Dirk Mueller 3f004e6a9f Switch from unittest2 compat methods to Python 3.x methods
With the removal of Python 2.x we can remove the unittest2 compat
wrappers and switch to assertCountEqual instead of assertItemsEqual

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: Ic0d8c9e1025cd05f4042f1c5ba440cc03a0b5834
2020-06-23 14:19:43 +02:00
api-ref/source Cleanup Python 2.7 support 2020-04-22 08:31:22 +02:00
devstack grenade: start from train, disable heat integration tests 2019-10-10 00:51:25 +02:00
doc Merge "Fix duplicated words issue like "is is provided to"" 2020-05-20 20:56:21 +00:00
etc Remove some files not worth maintaining 2019-06-20 09:59:19 -04:00
playbooks/buildimages Native zuul v3 grenade job, cleanup -py3 2020-04-22 15:46:49 +02:00
releasenotes Imported Translations from Zanata 2020-05-03 08:31:16 +00:00
roles/build-sahara-images-cli OpenDev Migration Patch 2019-04-19 19:44:05 +00:00
sahara Switch from unittest2 compat methods to Python 3.x methods 2020-06-23 14:19:43 +02:00
tools Stop to use the __future__ module. 2020-06-02 20:56:50 +02:00
.coveragerc Replace 'lsb_release -is' with the method 'get_os_distrib' 2016-08-23 16:43:59 +03:00
.gitignore Prepare Sahara core for plugin split 2019-01-10 22:18:24 -03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:44:05 +00:00
.stestr.conf Switch ostestr to stestr 2018-06-26 00:27:03 +02:00
.zuul.yaml Merge "Native zuul v3 grenade job, cleanup -py3" 2020-05-06 18:20:53 +00:00
CONTRIBUTING.rst Ussuri contributor docs community goal 2020-04-22 12:44:53 -04:00
HACKING.rst Update the documentation link for doc migration 2017-07-14 13:50:40 +00:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 14:55:03 +02:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
bandit.yaml Fix duplicated words issue like "is is provided to" 2020-05-20 08:29:06 +00:00
bindep.txt [ussuri][goal] Drop python 2.7 support and testing 2020-01-14 18:38:26 +01:00
lower-constraints.txt Cap jsonschema 3.2.0 as the minimal version 2020-05-26 22:12:39 +02:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
requirements.txt Cap jsonschema 3.2.0 as the minimal version 2020-05-26 22:12:39 +02:00
setup.cfg Add py38 package metadata 2020-05-02 07:48:16 -05:00
setup.py Cleanup Python 2.7 support 2020-04-22 08:31:22 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 21:01:29 -05:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:26:00 -05:00