Hi, I played with the release today and found no major problems.
The deprecation warnings could be more helpful, but I guess that will be solved as a side effect of fixing https://github.com/pytest-dev/pytest/issues/1804 A "None" sneaks into the output where a warning number should be if you pass a string to pytest.main instead of a list. Needs some polishing, I will hope to get into the next bugfix release. import pytest; pytest.main('-v') results in: WC1 None passing a string to pytest.main() is deprecated, pass a list of arguments instead. ^^^^ I updated the checklist to reflect the current status as that is the first hit, if somebody is searchin for pytest 3.0 atm. https://github.com/pytest-dev/pytest/wiki/pytest-3.0-checklist Cheers Oliver On Sat, 20 Aug 2016 at 11:20 Oliver Bestwalter <[email protected]> wrote: > Hi Bruno, > > wow, you're fast! Great! I wanted to do some testing over the weekend with > the release candidate. Will do it with 3.0 now instead :) > > What I can already say is that I checked the feature branch against my > main projects since the sprint and didn't have any problems. > > Cheers > Oliver > > > On Fri, 19 Aug 2016 at 23:58 Bruno Oliveira <[email protected]> wrote: > >> >> >> On Fri, Aug 19, 2016 at 6:24 PM Bruno Oliveira <[email protected]> >> wrote: >> >>> This release contains a lot of bugs and improvements, and ... >>> >> >> Of course I meant "lot of bug *fixes*", sorry for the typo. :) >> >> Cheers, >> Bruno. >> _______________________________________________ >> pytest-dev mailing list >> [email protected] >> https://mail.python.org/mailman/listinfo/pytest-dev >> >
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
