Commit Graph

8 Commits

Author SHA1 Message Date
Ghanshyam Mann ca8dfbd871 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: Ic3dfafb8fc15caf650f9ffcb5307b8d124b9c405
2022-04-30 20:30:41 -05:00
Hervé Beraud ed2c0d24f7 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removed specific doc requirements from test-requirements.txt.

The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: Ic771f9dfa0ee59c05f986bdbf24255dda87cc977
2021-01-18 16:19:51 +01:00
OpenStack Proposal Bot ce71e054de Updated from global requirements
Change-Id: Iac433137f9177702870530e287d281e3366ee94b
2017-11-16 11:11:03 +00:00
Chuck Short c8266ad9e9 Add python3 support
Add support for python3 using the six library.

Change-Id: I90851ddf5a98ca05c494a49e4063e1bd233cccee
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2016-11-03 14:50:11 -04:00
OpenStack Proposal Bot ec127dc441 Updated from global requirements
Change-Id: Ibab6a788aa9e6203718eae14e40d0f18bcc8a78a
2016-07-08 11:08:46 -06:00
Kaiyan Sheng f05dd51932 Remove python-statsd from requirements.txt
We are not using python-statsd in monasca-statsd anywhere.

Change-Id: I3e611c63f0c72136c1d447e48f64357ac7b69aa1
2016-07-06 10:08:51 -06:00
Joe Keen 2373ae16f5 Removing statsd-generator
Removing old test code and dependency on ConfigParser library

Change-Id: Iae2493badcd12c890783d1de5087e39fca173b85
2016-07-01 16:23:51 -06:00
gary-hessler c7dfeb7e75 Adding python client for statsd messages
Change-Id: I720707609331a637e1f148ac6e0b2e2c594c0d9a
2014-09-23 07:55:58 -06:00