Package: python3-pytest-cov
Version: 2.6.0-1
Severity: important

Dear Maintainer,

since the update of pytest to 4.6.4-1 in unstable, test runs fail with:
self = <pytest_cov.plugin.CovPlugin object at 0x7f56ea226750>
item = <Function test_merge_bool>

    @compat.hookwrapper
    def pytest_runtest_call(self, item):
>       if (item.get_marker('no_cover')
                or 'no_cover' in getattr(item, 'fixturenames', ())):
E               AttributeError: 'Function' object has no attribute 'get_marker'
/usr/lib/python3/dist-packages/pytest_cov/plugin.py:289: AttributeError

This is fixed in pytest-cov 2.6.1:
https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#261-2019-01-07
https://github.com/pytest-dev/pytest-cov/pull/253

Best regards,
Jan Lübbe

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/24 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

Versions of packages python3-pytest-cov depends on:
ii  libjs-jquery                    3.3.1~dfsg-3
ii  libjs-jquery-hotkeys            0~20130707+git2d51e3a9+dfsg-2
ii  libjs-jquery-isonscreen         1.2.0-1
ii  libjs-jquery-tablesorter        1:2.31.1+dfsg1-1
ii  libjs-jquery-throttle-debounce  1.1+dfsg.1-1
ii  python3                         3.7.3-1
ii  python3-cov-core                1.15.0-2
ii  python3-coverage                4.5.2+dfsg.1-1
ii  python3-pytest                  3.10.1-2

python3-pytest-cov recommends no packages.

python3-pytest-cov suggests no packages.

-- no debconf information

Reply via email to