Merge ~cjwatson/lazr.config:rhinectomy into lazr.config:main
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | e4b2f8cfb6bcbf6e5475b8a9a1adfa8541631af6 |
Proposed branch: | ~cjwatson/lazr.config:rhinectomy |
Merge into: | lazr.config:main |
Diff against target: |
236 lines (+96/-32) 5 files modified
.gitignore (+1/-0) NEWS.rst (+1/-0) dev/null (+0/-27) src/lazr/config/tests/test_docs.py (+67/-0) tox.ini (+27/-5) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jürgen Gmach | Approve | ||
Review via email: mp+412135@code.staging.launchpad.net |
Commit message
Test using zope.testrunner rather than nose
Description of the change
`nose` is unmaintained and doesn't work with Python 3.10. There's `nose2`, but using `zope.testrunner` brings this more into line with other lazr.* projects.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Ok, I had to google rhinectomy but I still laughed :)
Hm, coverage is failing for me as 1% is missing. I am pretty sure you ran it, maybe we run a different Python version for coverage? 3.8.10 for me.
Could you please lower the minimum required coverage?
Thank you.