lp:~barry/lazr.config/tox-fix
Created by
Barry Warsaw
on
2017-02-07
and last modified on
2017-02-09
- Get this branch:
- bzr branch lp:~barry/lazr.config/tox-fix
Only
Barry Warsaw
can upload to this branch. If you are
Barry Warsaw
please log in for upload directions.
Branch merges
- Colin Watson: Approve on 2017-02-09
-
Diff: 161 lines (+36/-22)9 files modifiedMANIFEST.in (+1/-1)
README.rst (+2/-2)
conf.py (+1/-1)
setup.py (+3/-3)
src/lazr/config/__init__.py (+5/-10)
src/lazr/config/docs/NEWS.rst (+14/-0)
src/lazr/config/docs/usage.rst (+2/-2)
src/lazr/config/version.txt (+1/-1)
tox.ini (+7/-2)
Related bugs
Bug #1662701: tox fails and doesn't support Python 3.6 | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 18. By Barry Warsaw on 2017-02-08
-
Do a better job of isolation from cwd.
* Move the lazr subdirectory into src/
* Don't changedir in tox.ini.
* Add coverage as a dep to tox.ini
* Use python -s and nose -P for isolation.
* Adjust the doctest for compatibility of error strings between Python 2.7,
3.5, and 3.6
* Add NEWS. - 14. By Barry Warsaw on 2015-01-06
-
- For behavioral compatibility between Python 2 and 3, `strict=False` must be
passed to the underlying `RawConfigParser` under Python 3. (LP: #1397779) - 13. By Barry Warsaw on 2015-01-06
-
* Bump copyright years.
* Bump version to 2.1
* Always use old-style namespace package registration in ``lazr/__init_ _.py``
since the mere presence of this file subverts PEP 420 style namespace
packages. (LP: #1407816)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:lazr.config