Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659002 - dev-python/more-itertools-4.2.0 : [TEST] _ ERROR collecting docs/conf.py _
Summary: dev-python/more-itertools-4.2.0 : [TEST] _ ERROR collecting docs/conf.py _
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-06-24 17:56 UTC by Toralf Förster
Modified: 2018-06-24 18:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.51 KB, text/plain)
2018-06-24 17:56 UTC, Toralf Förster
Details
dev-python:more-itertools-4.2.0:20180624-173805.log (dev-python:more-itertools-4.2.0:20180624-173805.log,7.00 KB, text/plain)
2018-06-24 17:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,40.30 KB, text/plain)
2018-06-24 17:56 UTC, Toralf Förster
Details
environment (environment,108.65 KB, text/plain)
2018-06-24 17:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.08 KB, application/x-bzip)
2018-06-24 17:57 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.80 KB, application/x-bzip)
2018-06-24 17:57 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-06-24 17:56:46 UTC
==================================== ERRORS ====================================
________________________ ERROR collecting docs/conf.py _________________________
docs/conf.py:16: in <module>
    import sphinx_rtd_theme
E   ImportError: No module named sphinx_rtd_theme

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_test_20180623-161602

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

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

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




emerge -qpv dev-python/more-itertools
[ebuild  N    ] dev-python/more-itertools-4.2.0  USE="{test} -doc" PYTHON_TARGETS="python2_7 python3_5 -pypy -pypy3 -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-06-24 17:56:49 UTC
Created attachment 537074 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-06-24 17:56:52 UTC
Created attachment 537076 [details]
dev-python:more-itertools-4.2.0:20180624-173805.log
Comment 3 Toralf Förster gentoo-dev 2018-06-24 17:56:55 UTC
Created attachment 537078 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-06-24 17:56:57 UTC
Created attachment 537080 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-06-24 17:57:00 UTC
Created attachment 537082 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-06-24 17:57:03 UTC
Created attachment 537084 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-06-24 18:22:42 UTC
The bug has been closed via the following commit(s):

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

commit 1ff3eb6ad760cbce4385078685a3237cb5f3909f
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2018-06-24 18:21:36 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2018-06-24 18:21:58 +0000

    dev-python/more-itertools: doc: require sphinx_rtd_theme
    
    Closes: https://bugs.gentoo.org/659002
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/more-itertools/more-itertools-4.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 8 Larry the Git Cow gentoo-dev 2018-06-24 18:28:41 UTC
The bug has been referenced in the following commit(s):

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

commit 651e80df6084a483e192e1fed27a528457d28818
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2018-06-24 18:28:17 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2018-06-24 18:28:17 +0000

    dev-python/more-itertools: tests: don't load docs/conf.py
    
    docs/conf.py imports sphinx_rtd_theme which isn't guaranteed to be
    installed.
    
    Bug: https://bugs.gentoo.org/659002
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/more-itertools/more-itertools-4.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)