RETIRED, Sahara provides a scalable data processing stack and associated management interfaces.
Go to file
Elod Illes 44ac39ad4d 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.
* sahara-openstack-ansible-functional job is passing in victoria so
  that part is not needed in stable/victoria
* 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):
  - oslo.service 1.24.0 version contradicts with eventlet 0.26.0 lower
    constraint
  - alembic 0.9.6 is required for oslo.db 6.0.0
  - cryptography 2.5 is required for paramiko 2.7.1
  - amqp 2.6.0 is required for kombu 5.0.1
  - warlock 1.3.1 is required for jsonschema 3.2.0
  - six 1.11.0 is in requirements.txt, update to same in l-c.txt

Change-Id: I4ba83f1007dd11801b8e32c6d7566769e005480b
(cherry picked from commit e0136189fc)
(cherry picked from commit 0900fc028c)
2021-10-26 13:58:34 +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 Focal-related fixes: libguestfs, mysql 8, requirements 2020-09-22 18:10:10 +02: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 Correct some typos in some strings 2020-07-23 15:15:13 +08:00
tools Focal-related fixes: libguestfs, mysql 8, requirements 2020-09-22 18:10:10 +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 Update .gitreview for stable/victoria 2020-09-23 13:16:16 +00:00
.stestr.conf Switch ostestr to stestr 2018-06-26 00:27:03 +02:00
.zuul.yaml zuul: remove tripleo jobs 2020-07-06 09:56:16 +02:00
bandit.yaml Fix duplicated words issue like "is is provided to" 2020-05-20 08:29:06 +00:00
bindep.txt Focal-related fixes: libguestfs, mysql 8, requirements 2020-09-22 18:10:10 +02: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
lower-constraints.txt Preinstall requirements for docs build and fix lower constraints 2021-10-26 13:58:34 +02:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 14:55:03 +02:00
requirements.txt Preinstall requirements for docs build and fix lower constraints 2021-10-26 13:58:34 +02:00
setup.cfg Remove translation sections from setup.cfg 2020-06-21 18:31:40 +08:00
setup.py Cleanup Python 2.7 support 2020-04-22 08:31:22 +02:00
test-requirements.txt Focal-related fixes: libguestfs, mysql 8, requirements 2020-09-22 18:10:10 +02:00
tox.ini Preinstall requirements for docs build and fix lower constraints 2021-10-26 13:58:34 +02:00