Re: [pytest-dev] Help testing 3.2.0 release (part 2)

2017-07-31 Thread Bruno Oliveira
On Mon, Jul 31, 2017 at 10:40 AM Florian Schulze wrote: > > I had to do: > > > > pip install --no-cache-dir -U > > > https://devpi.net/nicoddemus/dev/+f/e50/b5a054e0007ca/pytest-3.2.0-py2.py3-none-any.whl > > This works with devpi tests as well. > Thanks Florian!

Re: [pytest-dev] Help testing 3.2.0 release (part 2)

2017-07-31 Thread Florian Schulze
I had to do: pip install --no-cache-dir -U https://devpi.net/nicoddemus/dev/+f/e50/b5a054e0007ca/pytest-3.2.0-py2.py3-none-any.whl This works with devpi tests as well. Regards, Florian Schulze ___ pytest-dev mailing list pytest-dev@python.org

Re: [pytest-dev] Help testing 3.2.0 release (part 2)

2017-07-31 Thread Bruno Oliveira
On Mon, Jul 31, 2017 at 8:44 AM Florian Bruhin wrote: > Thanks! Seems to work fine with qutebrowser this time :) > Glad to know, thanks! > > > The package is available at: > > > > https://devpi.net/nicoddemus/dev/pytest/3.2.0 > > > > And can be installed with: > > >

Re: [pytest-dev] Help testing 3.2.0 release (part 2)

2017-07-31 Thread Florian Bruhin
Hey Bruno, On Mon, Jul 31, 2017 at 11:31:12AM +, Bruno Oliveira wrote: > I have prepared another package for the 3.2.0 release and again it would be > great if people could help test it. Thanks! Seems to work fine with qutebrowser this time :) > The package is available at: > >

[pytest-dev] Help testing 3.2.0 release (part 2)

2017-07-31 Thread Bruno Oliveira
Hi everyone, I have prepared another package for the 3.2.0 release and again it would be great if people could help test it. The package is available at: https://devpi.net/nicoddemus/dev/pytest/3.2.0 And can be installed with: pip install -U

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Bruno Oliveira
On Fri, Jul 14, 2017 at 10:34 AM Oliver Bestwalter wrote: > Hi Bruno, > > I tried to install it into an existing Python 3.6 virtualenv and it > stumbled over setuptools - running it again in the same env worked then. I > pasted the call and a pip freeze here in case it is

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Bruno Oliveira
On Fri, Jul 14, 2017 at 10:02 AM Florian Schulze wrote: > On 14 Jul 2017, at 14:04, Bruno Oliveira wrote: > > > But the __multicall__ warning was not added to 3.2, it has been in > > place > > since 2015. Are you seeing this warning just now? > > I saw more warnings in

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Oliver Bestwalter
Hi Bruno, I tried to install it into an existing Python 3.6 virtualenv and it stumbled over setuptools - running it again in the same env worked then. I pasted the call and a pip freeze here in case it is of interest: https://pastebin.com/xW7KfuuN Besides from that it works fine with the

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Florian Schulze
On 14 Jul 2017, at 14:04, Bruno Oliveira wrote: But the __multicall__ warning was not added to 3.2, it has been in place since 2015. Are you seeing this warning just now? I saw more warnings in general. Not sure if I tried before with a pytest that included pytest-warnings, but I think I

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Bruno Oliveira
Hi Florian, I definitely agree with you about making it clear what users have to do to replace deprecated functionality, which brings to attention that we could improve the bit about markers in parametrize deprecation as it stands now in the CHANGELOG. But the __multicall__ warning was not added

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-14 Thread Florian Schulze
Works fine with devpi, but ... I got the __multicall__ deprecation warning and had a very hard time to find information on how to actually fix it. In the end I found the PR that changes the docs in pytest which allowed me to change our fixture. So, if you deprecate something, please provide

Re: [pytest-dev] Help testing 3.2.0 release

2017-07-13 Thread Bruno Oliveira
On Thu, Jul 13, 2017 at 7:45 PM Bruno Oliveira wrote: > I have prepared a package for the 3.2.0 release and it would be great if > people could help test it. > To take a look at the changes, please take a look at the CHANGELOG on the release branch:

[pytest-dev] Help testing 3.2.0 release

2017-07-13 Thread Bruno Oliveira
Hi everyone, I have prepared a package for the 3.2.0 release and it would be great if people could help test it. The package is available at: https://devpi.net/nicoddemus/dev/pytest/3.2.0 And can be installed with: pip install -U