Sahara provides a scalable data processing stack and associated management interfaces.
Go to file
Elod Illes ae4f27fe0f Preinstall requirements for docs build and fix lower constraints
Sphinx installs the package with its dependencies, but it does not use
the constraints. This can lead to errors if a dependency introduces any
backward incompatible changes. To avoid this the dependencies needs to
be installed prior to sphinx run by tox with the correct constraints.

Conflicts:
    tox.ini

NOTE(elod.illes):
* conflict is due to branch specific upper constraints setting patch.
* this patch also corrects the contradicting lower constraints to make
  the lower-constraints job pass (with the new pip dependency resolver,
  introduced in pip 20.3, the job started to show the contradictions
  and thus started to fail):
  - pycodestyle 2.0.0 is required by flake8 2.6.2
  - MarkupSafe 1.1 is required by some not so old setuptools (this is
    not required in zuul gate, but fails locally usually)
  - warlock 1.3.0 is disallowed by python-glanceclient
* requirements-check job fails with error at bindep install:
    No package matching 'python-guestfs' is available
  and the job runs on ubuntu-focal node. This patch changes the nodeset
  to ubuntu-bionic where 'python-guestfs' still exists.

Change-Id: I4ba83f1007dd11801b8e32c6d7566769e005480b
(cherry picked from commit e0136189fc)
(cherry picked from commit 0900fc028c)
(cherry picked from commit 44ac39ad4d)
(cherry picked from commit 699744e863)
2021-10-26 20:22:31 +02:00
api-ref/source Bump the openstackdocstheme extension to 1.20 2019-07-01 15:25:28 +08:00
devstack grenade: start from stein, disable heat integration tests 2019-10-10 00:54:04 +02:00
doc Fixing broken links and removing outdated driver 2019-09-20 11:37:18 -04:00
etc Remove some files not worth maintaining 2019-06-20 09:59:19 -04:00
playbooks/buildimages Native zuul v3 grenade job 2020-06-25 19:11:43 +02:00
releasenotes Imported Translations from Zanata 2019-07-03 08:01:55 +00:00
roles/build-sahara-images-cli OpenDev Migration Patch 2019-04-19 19:44:05 +00:00
sahara Python 3 fixes 2019-10-10 09:23:50 +02:00
tools Remove some files not worth maintaining 2019-06-20 09:59:19 -04: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 Update .gitreview for stable/train 2019-10-08 10:22:54 +02:00
.stestr.conf Switch ostestr to stestr 2018-06-26 00:27:03 +02:00
.zuul.yaml Preinstall requirements for docs build and fix lower constraints 2021-10-26 20:22:31 +02:00
CONTRIBUTING.rst Migration to Storyboard 2018-03-17 15:56:58 +01: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 Bandit password tests 2016-04-01 12:03:16 +01:00
bindep.txt Add a required dep to fix the buildimages jobs 2019-05-06 12:31:29 +02:00
lower-constraints.txt Preinstall requirements for docs build and fix lower constraints 2021-10-26 20:22:31 +02:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
requirements.txt Blacklist python-cinderclient 4.0.0 2019-06-26 09:42:38 +08:00
setup.cfg Update Python 3 test runtimes for Train 2019-05-09 17:34:24 +08:00
setup.py Updated from global requirements 2017-03-02 17:53:46 +00:00
test-requirements.txt pep8: cap hacking to an appropriate old release 2020-06-24 11:31:24 +02:00
tox.ini Preinstall requirements for docs build and fix lower constraints 2021-10-26 20:22:31 +02:00