Hi everyone,
I just created a page to track deprecations in our wiki:
https://github.com/pytest-dev/pytest/wiki/Deprecation-Roadmap
The idea is to make it clear for ourselves when we intend to remove certain
features.
Cheers,
Bruno.
___
pytest-dev mai
Hey Bruno,
Is it ok if I stick on stuff from pluggy (eg. __multicall__ support) or
would you prefer I create a similar page for that in the pluggy wiki?
Thanks.
- Tyler
___
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/l
Hey Tyler,
Hmmm my initial gut feeling is to keep them separate.
Also I'm not sure if it makes sense for pluggy given that it is not even in
1.0 yet. What do others think?
Cheers,
Bruno.
On Mon, Jul 10, 2017 at 12:34 PM Tyler Goodlet wrote:
> Hey Bruno,
>
> Is it ok if I stick on stuff from p