Global requirements for OpenStack
Go to file
Sean McGinnis 8bad9fe19d Add upper-constraints enforcement for local reqs
This adds the use of upper constraints in our tox environments. Jobs
like openstack-tox-py27 have started failing due to trying to install
lib versions that only support Python 3.

The 'generate' target keeps the unconstrained deps since we actually do
need the latest installed for that.

Updates the requirements-integration job to run using py36 since that
now fails with running under py27. This should get the job to pass until
we are able to rewrite it to not be a legacy job.

NOTE(dmllr): updated install_command to include local constraints file

Change-Id: I2598503c2d4397d7efbb03a76df9a4e91dd0c1cf
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-05-12 15:31:10 +02:00
.zuul.d Dropping the py35 testing 2019-04-22 03:14:51 +00:00
babel-test Babel Integration tests 2016-04-24 17:21:18 -05:00
doc/source Rebuild docs: DRY edition 2018-11-03 14:32:03 -05:00
openstack_requirements Add missing format arg for missing g-r reqs 2019-05-03 15:40:49 -05:00
playbooks Add upper-constraints enforcement for local reqs 2019-05-12 15:31:10 +02:00
tools Replace openstack.org git:// URLs with https:// 2019-03-24 20:36:01 +00:00
.gitignore add stestr directory to gitignore 2018-05-29 16:50:18 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:33 +00:00
.stestr.conf Move requirements to the PTI 2018-05-21 14:58:48 -07:00
bindep.txt Install unzip for wheel build jobs 2018-10-16 09:20:23 -07:00
blacklist.txt Make sahara (now core only) usable as requirement 2019-01-22 17:06:23 +01:00
detail.py Trivial: Update pypi url to new url 2018-04-21 02:32:36 +00:00
global-requirements.txt Merge "Add zeroconf to global-requirements" 2019-04-25 16:43:01 +00:00
MANIFEST.in Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
projects.txt Retire openstack-ansible unused roles 2019-04-06 00:02:09 +00:00
README.rst Rebuild docs: DRY edition 2018-11-03 14:32:03 -05:00
requirements.txt Updated from global requirements 2018-03-04 10:29:16 +00:00
setup.cfg Dropping the py35 testing 2019-04-22 03:14:51 +00:00
setup.py Updated from global requirements 2017-03-02 11:55:44 +00:00
test-requirements.txt Move requirements to the PTI 2018-05-21 14:58:48 -07:00
tox.ini Add upper-constraints enforcement for local reqs 2019-05-12 15:31:10 +02:00
update.py Move commands into cmds subdir. 2015-06-29 15:27:25 +12:00
upper-constraints-xfails.txt remove mitmproxy 2018-03-22 13:50:56 -05:00
upper-constraints.txt update constraint for openstackdocstheme to new release 1.29.3 2019-05-06 16:09:28 +00:00

Global Requirements and Constraints for OpenStack Projects

image

Resources and Documentation

Please refer to the dependency management documentation linked below for up to date documentation on how to use and interact with the requirements project.