Closed cjwatson closed 3 years ago
Totals | |
---|---|
Change from base Build 461502405: | 0.0% |
Covered Lines: | 368 |
Relevant Lines: | 649 |
Merged, thanks. If you could release 4.8.1 when you get a minute, that would be great.
I am going to cut a release now.
The release came out as 4.9 as I was running fullrelease --no-input
and the change of the version number was not in setup.py
which I did not consider, sorry.
See https://pypi.org/project/zope.testing/4.9/
My mistake for not updating setup.py
. Thanks.
z3c.recipe.compattest apparently runs tests with an empty current directory, so we need a slightly different approach to prove that setUpDirectory actually changes directory. (Regressed in 4.8.)
Noticed due to https://github.com/zopefoundation/zopetoolkit/pull/50.