Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898192 - dev-python/sentry-sdk-1.16.0 fails tests: ModuleNotFoundError: No module named mock
Summary: dev-python/sentry-sdk-1.16.0 fails tests: ModuleNotFoundError: No module name...
Status: CONFIRMED
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: 2023-02-27 19:29 UTC by Agostino Sarubbo
Modified: 2023-02-27 19:42 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,153.95 KB, text/plain)
2023-02-27 19:29 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 2023-02-27 19:29:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/sentry-sdk-1.16.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-27 19:29:42 UTC
Created attachment 855038 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-27 19:29:43 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   ModuleNotFoundError: No module named 'mock'
SKIPPED [1] tests/integrations/arq/__init__.py:3: could not import 'arq': No module named 'arq'
SKIPPED [1] tests/integrations/asgi/test_asgi.py:10: could not import 'async_asgi_testclient': No module named 'async_asgi_testclient'
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/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/falcon/test_falcon.py:7: could not import 'falcon': No module named 'falcon'
SKIPPED [1] tests/integrations/fastapi/__init__.py:3: could not import 'fastapi': No module named 'fastapi'
SKIPPED [1] tests/integrations/huey/__init__.py:3: could not import 'huey': No module named 'huey'
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/quart/__init__.py:3: could not import 'quart': No module named 'quart'
SKIPPED [1] tests/integrations/rediscluster/__init__.py:3: could not import 'rediscluster': No module named 'rediscluster'
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/starlite/__init__.py:3: could not import 'starlite': No module named 'starlite'
SKIPPED [1] tests/integrations/trytond/test_trytond.py:3: could not import 'trytond': No module named 'trytond'
SKIPPED [2] tests/integrations/opentelemetry/__init__.py:3: could not import 'opentelemetry': No module named 'opentelemetry'