Bug#979300: sabnzbdplus autopkgtests fail with pytest 6

2021-01-05 Thread Jeroen Ploemen
Control: tag 979300 + confirmed pending

On Tue, 5 Jan 2021 00:17:12 +0100
Christian Kastner  wrote:

> sabnzbdplus autopkgtests fail with pytest 6 in unstable. The problem
> seems to be the -k expression used to exclude particular tests:

Thanks for your bug report. I already committed a fix [1] for this
issue to git a while ago, and just now put up 3.1.1-2 for sponsorship
in the python team.


[1] 
https://salsa.debian.org/python-team/packages/sabnzbdplus/-/commit/b74025421a92ba647447e49cf342eb9a71acc422


pgp4r1XRWiUB_.pgp
Description: OpenPGP digital signature


Processed: Re: Bug#979300: sabnzbdplus autopkgtests fail with pytest 6

2021-01-05 Thread Debian Bug Tracking System
Processing control commands:

> tag 979300 + confirmed pending
Bug #979300 [src:sabnzbdplus] sabnzbdplus autopkgtests fail with pytest 6
Added tag(s) confirmed and pending.

-- 
979300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#979300: sabnzbdplus autopkgtests fail with pytest 6

2021-01-04 Thread Christian Kastner
Source: sabnzbdplus
Version: 3.1.1+dfsg-1
Severity: serious
User: pyt...@packages.debian.org
Usertags: pytest-v6

Hi,

sabnzbdplus autopkgtests fail with pytest 6 in unstable. The problem
seems to be the -k expression used to exclude particular tests:

> ERROR: Wrong expression passed to '-k': tests and not (   
> test_publicipv4 or  test_extract_pot or 
> test_functional_downloads ortest_happyeyeballs or   
> test_internetspeed or   test_permissions_450 or 
> test_http_params_etc or test_daemonizing
>   ): at column 210: unexpected character "
> "

The syntax accepted by -k has changed, see

   https://docs.pytest.org/en/stable/changelog.html#id101