Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807037 - dev-python/sentry-sdk-1.3.1 fails tests
Summary: dev-python/sentry-sdk-1.3.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-07 20:01 UTC by Agostino Sarubbo
Modified: 2021-08-07 20:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,188.38 KB, text/plain)
2021-08-07 20:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-07 20:01:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/sentry-sdk-1.3.1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-07 20:01:24 UTC
Created attachment 731227 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-07 20:01:25 UTC
Possible context of error(s):

E   ModuleNotFoundError: No module named 'zope.event'
SKIPPED [1] tests/integrations/asgi/__init__.py:3: could not import 'starlette': No module named 'starlette'
SKIPPED [1] tests/integrations/aws_lambda/test_aws.py:25: could not import 'boto3': No module named 'boto3'
SKIPPED [1] tests/integrations/beam/test_beam.py:4: could not import 'apache_beam': No module named 'apache_beam'
SKIPPED [1] tests/integrations/boto3/__init__.py:4: could not import 'boto3': No module named 'boto3'
SKIPPED [1] tests/integrations/bottle/test_bottle.py:6: could not import 'bottle': No module named 'bottle'
SKIPPED [1] tests/integrations/celery/test_celery.py:5: could not import 'celery': No module named 'celery'
SKIPPED [1] tests/integrations/chalice/__init__.py:3: could not import 'chalice': No module named 'chalice'
SKIPPED [1] tests/integrations/django/asgi/__init__.py:3: could not import 'channels': No module named 'channels'
SKIPPED [1] tests/integrations/django/test_basic.py:564: could not import 'rest_framework': No module named 'rest_framework'
SKIPPED [1] tests/integrations/falcon/test_falcon.py:7: could not import 'falcon': No module named 'falcon'
SKIPPED [1] tests/integrations/httpx/__init__.py:3: could not import 'httpx': No module named 'httpx'
SKIPPED [1] tests/integrations/pure_eval/__init__.py:3: could not import 'pure_eval': No module named 'pure_eval'
SKIPPED [1] tests/integrations/pyramid/__init__.py:3: could not import 'pyramid': No module named 'pyramid'
SKIPPED [1] tests/integrations/rediscluster/__init__.py:3: could not import 'rediscluster': No module named 'rediscluster'
SKIPPED [1] tests/integrations/rq/__init__.py:3: could not import 'rq': No module named 'rq'
SKIPPED [1] tests/integrations/sanic/__init__.py:3: could not import 'sanic': No module named 'sanic'
SKIPPED [1] tests/integrations/spark/test_spark.py:12: could not import 'pyspark': No module named 'pyspark'
SKIPPED [1] tests/integrations/sqlalchemy/__init__.py:3: could not import 'sqlalchemy': No module named 'sqlalchemy'
SKIPPED [1] tests/integrations/tornado/__init__.py:3: could not import 'tornado': No module named 'tornado'
SKIPPED [1] tests/integrations/trytond/test_trytond.py:3: could not import 'trytond': No module named 'trytond'
SKIPPED [8] tests/integrations/django/test_basic.py:535: could not import 'rest_framework': No module named 'rest_framework'
Comment 3 Larry the Git Cow gentoo-dev 2021-08-07 20:31:33 UTC
The bug has been closed via the following commit(s):

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

commit 9711a371627730ef3e43c033bf50dbd9c815e22a
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-08-07 20:30:53 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-08-07 20:31:29 +0000

    dev-python/sentry-sdk: Add explicit zope-event dep
    
    It is no longer pulled implicitly via dev-python/gevent.
    
    Closes: https://bugs.gentoo.org/807037
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild | 1 +
 dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild | 1 +
 2 files changed, 2 insertions(+)