buildout should be removed since it fails for py3
Bug #922605 reported by
Richard Harding
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wadllib |
Fix Released
|
Low
|
Colin Watson |
Bug Description
The docs at https:/
Related branches
lp://staging/~cjwatson/wadllib/remove-buildout
- Tom Wardill (community): Approve
-
Diff: 376 lines (+225/-33)10 files modified.bzrignore (+7/-11)
HACKING.rst (+1/-6)
MANIFEST.in (+5/-3)
NEWS.rst (+5/-0)
setup.py (+5/-6)
src/wadllib/docs/Makefile (+20/-0)
src/wadllib/docs/conf.py (+170/-0)
src/wadllib/docs/index.rst (+1/-2)
src/wadllib/tests/test_docs.py (+2/-4)
tox.ini (+9/-1)
Changed in wadllib: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in wadllib: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
Changed in wadllib: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
1.3.6 (2021-09-13)
==================
- Remove buildout support in favour of tox. [bug=922605]
- Adjust versioning strategy to avoid importing pkg_resources, which is slow
in large environments.