Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831458 - dev-python/pytest-codeblocks-0.13.0 - ModuleNotFoundError: No module named pytest
Summary: dev-python/pytest-codeblocks-0.13.0 - ModuleNotFoundError: No module named py...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 822354
  Show dependency tree
 
Reported: 2022-01-19 08:19 UTC by Toralf Förster
Modified: 2022-01-19 09:16 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.81 KB, text/plain)
2022-01-19 08:19 UTC, Toralf Förster
Details
dev-python:pytest-codeblocks-0.13.0:20220119-003804.log (dev-python:pytest-codeblocks-0.13.0:20220119-003804.log,4.88 KB, text/plain)
2022-01-19 08:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,53.61 KB, text/plain)
2022-01-19 08:19 UTC, Toralf Förster
Details
environment (environment,118.85 KB, text/plain)
2022-01-19 08:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.29 KB, application/x-bzip)
2022-01-19 08:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.02 KB, application/x-bzip)
2022-01-19 08:19 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 2022-01-19 08:19:50 UTC
  File "src/pytest_codeblocks/__init__.py", line 1, in <module>
    from . import plugin
  File "/var/tmp/portage/dev-python/pytest-codeblocks-0.13.0/work/pytest-codeblocks-0.13.0/src/pytest_codeblocks/plugin.py", line 7, in <module>
    import pytest
ModuleNotFoundError: No module named 'pytest'
 * ERROR: dev-python/pytest-codeblocks-0.13.0::gentoo failed (compile phase):
 *   Wheel build failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20220118-173105

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang/llvm (if any):
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
php cli:

  HEAD of ::gentoo
commit d19836576737255aa0c9e62125beaac15b4746ff
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jan 19 00:22:12 2022 +0000

    2022-01-19 00:22:09 UTC

emerge -qpvO dev-python/pytest-codeblocks
[ebuild  N    ] dev-python/pytest-codeblocks-0.13.0  USE="-test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-01-19 08:19:51 UTC
Created attachment 762555 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-19 08:19:52 UTC
Created attachment 762556 [details]
dev-python:pytest-codeblocks-0.13.0:20220119-003804.log
Comment 3 Toralf Förster gentoo-dev 2022-01-19 08:19:53 UTC
Created attachment 762557 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-01-19 08:19:55 UTC
Created attachment 762558 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-01-19 08:19:56 UTC
Created attachment 762559 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-01-19 08:19:56 UTC
Created attachment 762560 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-01-19 09:16:17 UTC
The bug has been closed via the following commit(s):

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

commit fb1abb6d56ac53d1e2b452176f263ab40e142233
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-01-19 09:15:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-01-19 09:15:48 +0000

    dev-python/pytest-codeblocks: Add BDEP on pytest
    
    Apparently the package needs to be importable for the wheel build.
    
    Closes: https://bugs.gentoo.org/831458
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)