Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662820 - dev-python/pytest-describe-0.11.1 : [TEST] E assert collected 4 items in [ ============================= test session starts ============================== , platform linux2 -- Python 2.7.15....7, hypothesis-3.59.1, case-1.5.3, backports.unitt
Summary: dev-python/pytest-describe-0.11.1 : [TEST] E assert collected 4 items in [ ==...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-08-05 07:44 UTC by Toralf Förster
Modified: 2018-08-05 14:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.35 KB, text/plain)
2018-08-05 07:44 UTC, Toralf Förster
Details
dev-python:pytest-describe-0.11.1:20180805-050633.log (dev-python:pytest-describe-0.11.1:20180805-050633.log,56.29 KB, text/plain)
2018-08-05 07:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,221.82 KB, text/plain)
2018-08-05 07:44 UTC, Toralf Förster
Details
environment (environment,109.26 KB, text/plain)
2018-08-05 07:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.27 KB, application/x-bzip)
2018-08-05 07:44 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.62 KB, application/x-bzip)
2018-08-05 07:44 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-08-05 07:44:39 UTC
        for line in expected_lines:
>           assert line in result.outlines
E           assert 'collected 4 items' in ['============================= test session starts ==============================', 'platform linux2 -- Python 2.7.15....7, hypothesis-3.59.1, case-1.5.3, backports.unittest-mock-1.4', 'collected 1 item', "<Module 'a_dir/test_a.py'>", ...]
E            +  where ['============================= test session starts ==============================', 'platform linux2 -- Python 2.7.15....7, hypothesis-3.59.1, case-1.5.3, backports.unittest-mock-1.4', 'collected 1 item', "<Module 'a_dir/test_a.py'>", ...] = <_pytest.pytester.RunResult object at 0x7f3d68ad3490>.outlines

../../../../work/pytest-describe-0.11.1/test/test_collect.py:39: AssertionError

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_libressl-test_20180728-001933

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0
 [2] x86_64-pc-linux-gnu-7.3.1 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/pytest-describe
[ebuild  N    ] dev-python/pytest-describe-0.11.1  USE="{test}" PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2018-08-05 07:44:42 UTC
Created attachment 542420 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-08-05 07:44:45 UTC
Created attachment 542422 [details]
dev-python:pytest-describe-0.11.1:20180805-050633.log
Comment 3 Toralf Förster gentoo-dev 2018-08-05 07:44:48 UTC
Created attachment 542424 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-08-05 07:44:51 UTC
Created attachment 542426 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-08-05 07:44:54 UTC
Created attachment 542428 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-08-05 07:44:57 UTC
Created attachment 542430 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-08-05 14:09:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9360be7fd1b18bf2c23497c579fa301ae7bf224

commit e9360be7fd1b18bf2c23497c579fa301ae7bf224
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-08-05 14:09:18 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-08-05 14:09:35 +0000

    dev-python/pytest-describe: disable pytest-capturelog plugin
    
    Closes: https://bugs.gentoo.org/662820
    Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/pytest-describe/pytest-describe-0.11.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)