installing pbr during doc build breaks markupsafe module under some conditions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Invalid
|
Undecided
|
Unassigned | ||
pylockfile |
Fix Released
|
High
|
Joshua Harlow | ||
stevedore |
Fix Released
|
Critical
|
Doug Hellmann |
Bug Description
I'm having trouble making the doc build for cliff work. I keep getting an error from markupsafe about "TypeError: object.
$ tox -e docs
(error)
$ tox -e docs
(build works)
$ rm -rf pbr-*.egg
$ tox -e docs
(error)
I added some print statements to markupsafe/
Original failed log: http://
Changed in python-stevedore: | |
status: | Fix Committed → Fix Released |
Changed in pylockfile: | |
assignee: | nobody → Joshua Harlow (harlowja) |
importance: | Undecided → High |
Changed in pylockfile: | |
milestone: | none → 0.11.0 |
status: | Fix Committed → Fix Released |
Adding "pbr" to the test-requiremen ts.txt list for cliff is one way to eliminate the problem.
The patch that shows the error is https:/ /review. openstack. org/#/c/ 129716/ 5