Roundup Tracker - Issues

Issue 2551038

classification
travis-ci failures installing sphinx 2.0 in 3.5 and 3.6 python (works in 2.7 and 3.4)
Type: crash Severity: major
Components: Infrastructure Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: high :

Created on 2019-03-31 03:27 by rouilj, last changed 2022-05-15 17:21 by rouilj.

Messages
msg6448 Author: [hidden] (rouilj) Date: 2019-03-31 03:27
Looks like sphinx released version 2.0 on the 28 of March. This cause
the 3.5 and 3.6 python virtual environments to fail to deploy.

I changed the .travis.yml file to return it to version 1.8.5.

Sphinx is requited to build xapian text indexer.

All environments now are getting created correctly.
msg7526 Author: [hidden] (rouilj) Date: 2022-05-15 17:21
python 2 is using 1.8.5. Python 3 is using sphinx 4.something.

Closing.
History
Date User Action Args
2022-05-15 17:21:20rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg7526
2019-03-31 03:27:14rouiljcreate