[pytest-dev] pytest 3.0.0 released!

Oliver Bestwalter oliver at bestwalter.de
Sat Aug 20 16:39:27 EDT 2016


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 <oliver at bestwalter.de> 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 <nicoddemus at gmail.com> wrote:
>
>>
>>
>> On Fri, Aug 19, 2016 at 6:24 PM Bruno Oliveira <nicoddemus at gmail.com>
>> 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
>> pytest-dev at python.org
>> https://mail.python.org/mailman/listinfo/pytest-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20160820/a09aa709/attachment.html>


More information about the pytest-dev mailing list