Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami 4eaaa5791b Remove untested lower-constraints.txt
The lower constraints job was removed by [1] and the file has been
unused since then.

[1] d536da42e5

Change-Id: I69def15dc1bad6c73ebe2d2c2631c745f78b7bc1
2024-01-17 18:00:03 +09:00
Andreas Jaeger db7f5cd9fb Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Iafd5fb0f99a2b68c6f4a3118bf7d7c3a8881465f
2020-05-22 17:22:46 +00:00
Pavlo Shchelokovskyy 32c5ad3b06 Comply with Python PTI
as described in
https://governance.openstack.org/tc/reference/pti/python.html
projects should use 'stestr' as unit tests runner.

This patch moves unit and coverage tests to use stestr as test runner
instead of nose.

Change-Id: I8508caa6ea08c5c98b67f34be7f61417df2d7c1e
2018-06-18 14:07:34 +03:00
Doug Hellmann 0796199a19 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: Ia9d96bf5542b8aa3d1b3a9c19161b4509d2d1124
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-26 04:47:26 +00:00