You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
"setup.py build"
"setup.py install --root </install/prefix>"
"pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
I cannot find celery.task and celery.decorators module.
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-raven-6.10.0-13.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-raven-6.10.0-13.fc35.x86_64/usr/lib/python3.8/site-packages+ /usr/bin/pytest -ra=========================================================================== test session starts ============================================================================platform linux -- Python 3.8.12, pytest-6.2.5, py-1.10.0, pluggy-0.13.1benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)Using --randomly-seed=202729993rootdir: /home/tkloczko/rpmbuild/BUILD/raven-6.10.0, configfile: setup.cfgplugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, freezegun-0.4.2, aspectlib-1.5.2, toolbox-0.5, rerunfailures-9.1.1, requests-mock-1.9.3, cov-2.12.1, flaky-3.7.0, benchmark-3.4.1, xdist-2.3.0, pylama-7.7.1, datadir-1.3.1, regressions-2.2.0, cases-3.6.3, xprocess-0.18.1, black-0.3.12, anyio-3.3.0, asyncio-0.15.1, subtests-0.5.0, isort-2.0.0, hypothesis-6.14.6, mock-3.6.1, profiling-1.7.0, randomly-3.8.0, Faker-8.12.1, nose2pytest-1.0.8, pyfakefs-4.5.1, tornado-0.8.1, twisted-1.13.3, aiohttp-0.3.0collected 256 items / 2 errors / 254 selected================================================================================== ERRORS ==================================================================================______________________________________________________________ ERROR collecting tests/contrib/django/tests.py ______________________________________________________________ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/tests.py'.Hint: make sure your test modules/packages have valid Python names.Traceback:raven/contrib/django/celery/__init__.py:12: in <module> from celery.task import taskE ModuleNotFoundError: No module named 'celery.task'During handling of the above exception, another exception occurred:/usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level)tests/contrib/django/tests.py:33: in <module> from raven.contrib.django.celery import CeleryClientraven/contrib/django/celery/__init__.py:14: in <module> from celery.decorators import task # NOQAE ModuleNotFoundError: No module named 'celery.decorators'_____________________________________________________________ ERROR collecting tests/contrib/tornado/tests.py ______________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/tornado/tests.py", line 41, in <module> class SendErrorAsyncHandler(SentryMixin, web.RequestHandler): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/tornado/tests.py", line 42, in SendErrorAsyncHandler @web.asynchronousAttributeError: module 'tornado.web' has no attribute 'asynchronous'============================================================================= warnings summary =============================================================================../../../../../usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: django_settings_module self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")../../../../../usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: python_paths self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")tests/contrib/django/test_resolver.py:21 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:21: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^foo/bar/(?P<param>[\w]+)', lambda x: ''),tests/contrib/django/test_resolver.py:25 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:25: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^api/(?P<project_id>[\w_-]+)/store/$', lambda x: ''),tests/contrib/django/test_resolver.py:26 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:26: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^report/', lambda x: ''),tests/contrib/django/test_resolver.py:27 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:27: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^example/', include(included_url_conf)),tests/contrib/django/tests.py:729 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/tests.py:729: DeprecationWarning: invalid escape sequence \: with Settings(SENTRY_ALLOW_ORIGIN=[re.compile('https?\://(.*\.)?example\.com')]):tests/versioning/tests.py:20 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/versioning/tests.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.has_git_requirements - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.has_git_requirements-- Docs: https://docs.pytest.org/en/stable/warnings.html---------- coverage: platform linux, python 3.8.12-final-0 -----------Name Stmts Miss Cover---------------------------------------------------------------------------------------raven/__init__.py 26 9 65%raven/base.py 423 320 24%raven/breadcrumbs.py 209 161 23%raven/conf/__init__.py 14 9 36%raven/conf/defaults.py 18 2 89%raven/conf/remote.py 78 52 33%raven/context.py 86 54 37%raven/contrib/__init__.py 1 0 100%raven/contrib/async.py 13 13 0%raven/contrib/awslambda/__init__.py 68 68 0%raven/contrib/bottle/__init__.py 44 32 27%raven/contrib/bottle/utils.py 14 8 43%raven/contrib/celery/__init__.py 50 34 32%raven/contrib/django/__init__.py 3 0 100%raven/contrib/django/apps.py 9 9 0%raven/contrib/django/celery/__init__.py 19 13 32%raven/contrib/django/celery/models.py 5 5 0%raven/contrib/django/celery/tasks.py 2 2 0%raven/contrib/django/client.py 195 154 21%raven/contrib/django/handlers.py 15 15 0%raven/contrib/django/logging.py 5 5 0%raven/contrib/django/management/__init__.py 1 1 0%raven/contrib/django/management/commands/__init__.py 1 1 0%raven/contrib/django/management/commands/raven.py 33 33 0%raven/contrib/django/middleware/__init__.py 62 41 34%raven/contrib/django/middleware/wsgi.py 10 10 0%raven/contrib/django/models.py 160 75 53%raven/contrib/django/raven_compat/__init__.py 2 2 0%raven/contrib/django/raven_compat/handlers.py 2 2 0%raven/contrib/django/raven_compat/management/__init__.py 2 2 0%raven/contrib/django/raven_compat/management/commands/__init__.py 2 2 0%raven/contrib/django/raven_compat/management/commands/raven.py 2 2 0%raven/contrib/django/raven_compat/middleware/__init__.py 2 2 0%raven/contrib/django/raven_compat/middleware/wsgi.py 2 2 0%raven/contrib/django/raven_compat/models.py 2 2 0%raven/contrib/django/raven_compat/templatetags/__init__.py 2 2 0%raven/contrib/django/raven_compat/templatetags/raven.py 2 2 0%raven/contrib/django/resolver.py 57 42 26%raven/contrib/django/serializers.py 39 39 0%raven/contrib/django/templatetags/__init__.py 1 1 0%raven/contrib/django/templatetags/raven.py 7 7 0%raven/contrib/django/urls.py 7 7 0%raven/contrib/django/utils.py 59 53 10%raven/contrib/django/views.py 65 65 0%raven/contrib/flask.py 184 143 22%raven/contrib/paste.py 6 6 0%raven/contrib/pylons/__init__.py 12 6 50%raven/contrib/sanic.py 110 110 0%raven/contrib/tornado/__init__.py 89 65 27%raven/contrib/webpy/__init__.py 33 33 0%raven/contrib/webpy/utils.py 5 5 0%raven/contrib/zconfig/__init__.py 13 13 0%raven/contrib/zerorpc/__init__.py 18 12 33%raven/contrib/zope/__init__.py 68 68 0%raven/events.py 74 48 35%raven/exceptions.py 18 5 72%raven/handlers/__init__.py 1 0 100%raven/handlers/logbook.py 53 41 23%raven/handlers/logging.py 111 92 17%raven/middleware.py 62 46 26%raven/processors.py 102 69 32%raven/scripts/__init__.py 1 1 0%raven/scripts/runner.py 68 68 0%raven/transport/__init__.py 11 0 100%raven/transport/base.py 11 2 82%raven/transport/eventlet.py 30 15 50%raven/transport/exceptions.py 3 0 100%raven/transport/gevent.py 27 14 48%raven/transport/http.py 33 23 30%raven/transport/registry.py 39 9 77%raven/transport/requests.py 17 8 53%raven/transport/threaded.py 103 76 26%raven/transport/threaded_requests.py 18 9 50%raven/transport/tornado.py 39 25 36%raven/transport/twisted.py 32 20 38%raven/utils/__init__.py 67 57 15%raven/utils/basic.py 64 46 28%raven/utils/compat.py 120 75 38%raven/utils/conf.py 38 32 16%raven/utils/encoding.py 47 39 17%raven/utils/http.py 37 29 22%raven/utils/imports.py 10 7 30%raven/utils/json.py 63 31 51%raven/utils/serializer/__init__.py 3 0 100%raven/utils/serializer/base.py 115 53 54%raven/utils/serializer/manager.py 56 31 45%raven/utils/ssl_match_hostname.py 47 40 15%raven/utils/stacks.py 159 141 11%raven/utils/testutils.py 17 4 76%raven/utils/transaction.py 36 21 42%raven/utils/urlparse.py 12 0 100%raven/utils/wsgi.py 46 39 15%raven/versioning.py 42 35 17%---------------------------------------------------------------------------------------TOTAL 4189 3072 27%========================================================================= short test summary info ==========================================================================ERROR tests/contrib/django/tests.pyERROR tests/contrib/tornado/tests.py - AttributeError: module 'tornado.web' has no attribute 'asynchronous'!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!====================================================================== 8 warnings, 2 errors in 3.03s =======================================================================pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
However after ignore those two files literally almost all unis are failing with messge Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
I cannot find detais about how to setup env for test suite,
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-raven-6.10.0-13.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-raven-6.10.0-13.fc35.x86_64/usr/lib/python3.8/site-packages+ /usr/bin/pytest -ra --ignore tests/contrib/django/tests.py --ignore tests/contrib/tornado/tests.py=========================================================================== test session starts ============================================================================platform linux -- Python 3.8.12, pytest-6.2.5, py-1.10.0, pluggy-0.13.1benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)Using --randomly-seed=40152814rootdir: /home/tkloczko/rpmbuild/BUILD/raven-6.10.0, configfile: setup.cfgplugins: forked-1.3.0, shutil-1.7.0, virtualenv-1.7.0, expect-1.1.0, flake8-1.0.7, timeout-1.4.2, betamax-0.8.1, freezegun-0.4.2, aspectlib-1.5.2, toolbox-0.5, rerunfailures-9.1.1, requests-mock-1.9.3, cov-2.12.1, flaky-3.7.0, benchmark-3.4.1, xdist-2.3.0, pylama-7.7.1, datadir-1.3.1, regressions-2.2.0, cases-3.6.3, xprocess-0.18.1, black-0.3.12, anyio-3.3.0, asyncio-0.15.1, subtests-0.5.0, isort-2.0.0, hypothesis-6.14.6, mock-3.6.1, profiling-1.7.0, randomly-3.8.0, Faker-8.12.1, nose2pytest-1.0.8, pyfakefs-4.5.1, tornado-0.8.1, twisted-1.13.3, aiohttp-0.3.0collected 256 itemstests/utils/test_conf.py EE [ 0%]tests/transport/threaded/tests.py EEEEEEEE [ 1%]tests/utils/wsgi/tests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 7%]tests/context/tests.py EEEEEEEE [ 9%]tests/transport/requests/tests.py EE [ 9%]tests/utils/test_imports.py EE [ 10%]tests/middleware/tests.py EEEEEEEEEE [ 12%]tests/utils/stacks/tests.py EEEEEEEEEE [ 14%]tests/contrib/django/test_resolver.py EEEEEEEEEE [ 16%]tests/contrib/test_celery.py EEEEEEEEEE [ 17%]tests/utils/json/tests.py EEEEEEEEEEEEEE [ 20%]tests/functional/tests.py EE [ 21%]tests/breadcrumbs/tests.py EEEEEEEEEEEEEEEEEEEEEE [ 25%]tests/transport/tests.py EEEEEE [ 26%]tests/utils/encoding/tests.py sEEEsEEEsEEEEEEEsEEEEEEEsEEEEEEEsEEEEEEEEEEEsE [ 35%]tests/handlers/logging/tests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 46%]tests/handlers/logbook/tests.py EEEEEEEEEEEEEE [ 48%]tests/base/tests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 67%]tests/conf/tests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 73%]tests/transport/requests/test_threaded_requests.py EEEE [ 74%]tests/versioning/tests.py EEEE [ 75%]tests/contrib/flask/tests.py EEsEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 82%]tests/transport/tornado/tests.py EEEEEE [ 83%]tests/contrib/bottle/tests.py EEEEEE [ 84%]tests/utils/test_transaction.py EEEE [ 85%]tests/processors/tests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 94%]tests/events/tests.py EEEEEEEEEE [ 96%]tests/contrib/pylons/tests.py EE [ 96%]tests/transport/gevent/tests.py EE [ 97%]tests/contrib/zconfig/tests.py EEEE [ 98%]tests/contrib/zerorpc/tests.py EEEE [ 98%]tests/contrib/django/management/commands/test_raven.py EE [ 99%]tests/utils/tests.py EEEE [100%]================================================================================== ERRORS ==================================================================================____________________________________________________________ ERROR at setup of test_convert_options_parses_dict ____________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'__________________________________________________________ ERROR at teardown of test_convert_options_parses_dict ___________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 55, in pytest_runtest_teardown client.events = [] File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 55, in <lambda> __setattr__ = lambda x, o, v: setattr(get_client(), o, v) File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 115, in get_client client = getattr(settings, 'SENTRY_CLIENT', 'raven.contrib.django.DjangoClient') File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 63, in _setup raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.___________________________________________________ ERROR at setup of ThreadedTransportTest.test_shutdown_waits_for_send ___________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'_________________________________________________ ERROR at teardown of ThreadedTransportTest.test_shutdown_waits_for_send __________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 55, in pytest_runtest_teardown client.events = [] File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 55, in <lambda> __setattr__ = lambda x, o, v: setattr(get_client(), o, v) File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 115, in get_client client = getattr(settings, 'SENTRY_CLIENT', 'raven.contrib.django.DjangoClient') File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 63, in _setup raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.______________________________________________________ ERROR at setup of ThreadedTransportTest.test_fork_spawns_anew _______________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'_____________________________________________________ ERROR at teardown of ThreadedTransportTest.test_fork_spawns_anew _____________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 55, in pytest_runtest_teardown client.events = [] File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 55, in <lambda> __setattr__ = lambda x, o, v: setattr(get_client(), o, v) File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 115, in get_client client = getattr(settings, 'SENTRY_CLIENT', 'raven.contrib.django.DjangoClient') File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 63, in _setup raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.__________________________________________________________ ERROR at setup of ThreadedTransportTest.test_does_send __________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'________________________________________________________ ERROR at teardown of ThreadedTransportTest.test_does_send _________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 55, in pytest_runtest_teardown client.events = [] File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 55, in <lambda> __setattr__ = lambda x, o, v: setattr(get_client(), o, v) File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 115, in get_client client = getattr(settings, 'SENTRY_CLIENT', 'raven.contrib.django.DjangoClient') File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 63, in _setup raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.___________________________________________________ ERROR at setup of ThreadedTransportTest.test_fork_with_active_worker ___________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'_________________________________________________ ERROR at teardown of ThreadedTransportTest.test_fork_with_active_worker __________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 55, in pytest_runtest_teardown client.events = [] File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 55, in <lambda> __setattr__ = lambda x, o, v: setattr(get_client(), o, v) File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/raven/contrib/django/models.py", line 115, in get_client client = getattr(settings, 'SENTRY_CLIENT', 'raven.contrib.django.DjangoClient') File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 82, in __getattr__ self._setup(name) File "/usr/lib/python3.8/site-packages/django/conf/__init__.py", line 63, in _setup raise ImproperlyConfigured(django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.__________________________________________________________ ERROR at setup of GetEnvironTest.test_hides_wsgi_input __________________________________________________________Traceback (most recent call last): File "/home/tkloczko/rpmbuild/BUILD/raven-6.10.0/conftest.py", line 77, in has_git_requirements if request.node.get_marker('has_git_requirements'):AttributeError: 'Function' object has no attribute 'get_marker'________________________________________________________ ERROR at teardown of GetEnvironTest.test_hides_wsgi_input _________________________________________________________[..]============================================================================= warnings summary =============================================================================../../../../../usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: django_settings_module self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")../../../../../usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.8/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: python_paths self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")tests/contrib/django/test_resolver.py:21 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:21: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^foo/bar/(?P<param>[\w]+)', lambda x: ''),tests/contrib/django/test_resolver.py:25 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:25: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^api/(?P<project_id>[\w_-]+)/store/$', lambda x: ''),tests/contrib/django/test_resolver.py:26 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:26: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^report/', lambda x: ''),tests/contrib/django/test_resolver.py:27 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/contrib/django/test_resolver.py:27: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^example/', include(included_url_conf)),tests/versioning/tests.py:20 /home/tkloczko/rpmbuild/BUILD/raven-6.10.0/tests/versioning/tests.py:20: PytestUnknownMarkWarning: Unknown pytest.mark.has_git_requirements - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.has_git_requirements-- Docs: https://docs.pytest.org/en/stable/warnings.html---------- coverage: platform linux, python 3.8.12-final-0 -----------Name Stmts Miss Cover---------------------------------------------------------------------------------------raven/__init__.py 26 9 65%raven/base.py 423 320 24%raven/breadcrumbs.py 209 161 23%raven/conf/__init__.py 14 9 36%raven/conf/defaults.py 18 2 89%raven/conf/remote.py 78 52 33%raven/context.py 86 54 37%raven/contrib/__init__.py 1 0 100%raven/contrib/async.py 13 13 0%raven/contrib/awslambda/__init__.py 68 68 0%raven/contrib/bottle/__init__.py 44 32 27%raven/contrib/bottle/utils.py 14 8 43%raven/contrib/celery/__init__.py 50 34 32%raven/contrib/django/__init__.py 3 0 100%raven/contrib/django/apps.py 9 9 0%raven/contrib/django/celery/__init__.py 19 19 0%raven/contrib/django/celery/models.py 5 5 0%raven/contrib/django/celery/tasks.py 2 2 0%raven/contrib/django/client.py 195 154 21%raven/contrib/django/handlers.py 15 15 0%raven/contrib/django/logging.py 5 5 0%raven/contrib/django/management/__init__.py 1 1 0%raven/contrib/django/management/commands/__init__.py 1 1 0%raven/contrib/django/management/commands/raven.py 33 33 0%raven/contrib/django/middleware/__init__.py 62 41 34%raven/contrib/django/middleware/wsgi.py 10 10 0%raven/contrib/django/models.py 160 75 53%raven/contrib/django/raven_compat/__init__.py 2 2 0%raven/contrib/django/raven_compat/handlers.py 2 2 0%raven/contrib/django/raven_compat/management/__init__.py 2 2 0%raven/contrib/django/raven_compat/management/commands/__init__.py 2 2 0%raven/contrib/django/raven_compat/management/commands/raven.py 2 2 0%raven/contrib/django/raven_compat/middleware/__init__.py 2 2 0%raven/contrib/django/raven_compat/middleware/wsgi.py 2 2 0%raven/contrib/django/raven_compat/models.py 2 2 0%raven/contrib/django/raven_compat/templatetags/__init__.py 2 2 0%raven/contrib/django/raven_compat/templatetags/raven.py 2 2 0%raven/contrib/django/resolver.py 57 42 26%raven/contrib/django/serializers.py 39 39 0%raven/contrib/django/templatetags/__init__.py 1 1 0%raven/contrib/django/templatetags/raven.py 7 7 0%raven/contrib/django/urls.py 7 7 0%raven/contrib/django/utils.py 59 53 10%raven/contrib/django/views.py 65 65 0%raven/contrib/flask.py 184 143 22%raven/contrib/paste.py 6 6 0%raven/contrib/pylons/__init__.py 12 6 50%raven/contrib/sanic.py 110 110 0%raven/contrib/tornado/__init__.py 89 89 0%raven/contrib/webpy/__init__.py 33 33 0%raven/contrib/webpy/utils.py 5 5 0%raven/contrib/zconfig/__init__.py 13 13 0%raven/contrib/zerorpc/__init__.py 18 12 33%raven/contrib/zope/__init__.py 68 68 0%raven/events.py 74 48 35%raven/exceptions.py 18 5 72%raven/handlers/__init__.py 1 0 100%raven/handlers/logbook.py 53 41 23%raven/handlers/logging.py 111 92 17%raven/middleware.py 62 46 26%raven/processors.py 102 69 32%raven/scripts/__init__.py 1 1 0%raven/scripts/runner.py 68 68 0%raven/transport/__init__.py 11 0 100%raven/transport/base.py 11 2 82%raven/transport/eventlet.py 30 15 50%raven/transport/exceptions.py 3 0 100%raven/transport/gevent.py 27 14 48%raven/transport/http.py 33 23 30%raven/transport/registry.py 39 9 77%raven/transport/requests.py 17 8 53%raven/transport/threaded.py 103 76 26%raven/transport/threaded_requests.py 18 9 50%raven/transport/tornado.py 39 25 36%raven/transport/twisted.py 32 20 38%raven/utils/__init__.py 67 57 15%raven/utils/basic.py 64 46 28%raven/utils/compat.py 120 75 38%raven/utils/conf.py 38 32 16%raven/utils/encoding.py 47 39 17%raven/utils/http.py 37 29 22%raven/utils/imports.py 10 7 30%raven/utils/json.py 63 31 51%raven/utils/serializer/__init__.py 3 0 100%raven/utils/serializer/base.py 115 53 54%raven/utils/serializer/manager.py 56 31 45%raven/utils/ssl_match_hostname.py 47 40 15%raven/utils/stacks.py 159 141 11%raven/utils/testutils.py 17 4 76%raven/utils/transaction.py 36 21 42%raven/utils/urlparse.py 12 0 100%raven/utils/wsgi.py 46 39 15%raven/versioning.py 42 35 17%---------------------------------------------------------------------------------------TOTAL 4189 3102 26%========================================================================= short test summary info ==========================================================================SKIPPED [1] tests/utils/encoding/tests.py:121: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:12: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:35: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:51: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:19: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:59: condition: compat.PY3SKIPPED [1] tests/utils/encoding/tests.py:91: condition: compat.PY3SKIPPED [1] tests/contrib/flask/tests.py:254: Fails with the current implementation if the logger is already configuredERROR tests/utils/test_conf.py::test_convert_options_parses_dict - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/test_conf.py::test_convert_options_parses_dict - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_shutdown_waits_for_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_shutdown_waits_for_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIE...ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_fork_spawns_anew - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_fork_spawns_anew - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_does_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_does_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_fork_with_active_worker - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/threaded/tests.py::ThreadedTransportTest::test_fork_with_active_worker - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIE...ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_hides_wsgi_input - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_hides_wsgi_input - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_remote_addr - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_remote_addr - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_server_name - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_server_name - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_server_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetEnvironTest::test_has_server_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_content_length - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_content_length - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings...ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_content_type - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_content_type - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_http_name - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_coerces_http_name - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are ...ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_tuple_as_key - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHeadersTest::test_tuple_as_key - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_host - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_host - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configu...ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_strips_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_strips_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_nonstandard_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_nonstandard_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_x_forwarded_host - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHostTest::test_http_x_forwarded_host - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/utils/wsgi/tests.py::GetHostTest::test_https_strips_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetHostTest::test_https_strips_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/utils/wsgi/tests.py::GetClientIpTest::test_xff - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetClientIpTest::test_xff - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configure...ERROR tests/utils/wsgi/tests.py::GetClientIpTest::test_has_remote_addr - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/wsgi/tests.py::GetClientIpTest::test_has_remote_addr - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/context/tests.py::ContextTest::test_thread_binding - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/context/tests.py::ContextTest::test_thread_binding - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...ERROR tests/context/tests.py::ContextTest::test_extra - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/context/tests.py::ContextTest::test_extra - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. Yo...ERROR tests/context/tests.py::ContextTest::test_simple - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/context/tests.py::ContextTest::test_simple - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. Y...ERROR tests/context/tests.py::ContextTest::test_tags - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/context/tests.py::ContextTest::test_tags - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You...ERROR tests/transport/requests/tests.py::RequestsTransportTest::test_does_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/requests/tests.py::RequestsTransportTest::test_does_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/utils/test_imports.py::test_import_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/test_imports.py::test_import_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. Yo...ERROR tests/middleware/tests.py::MiddlewareTestCase::test_keyboard_interrupt_is_captured - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/middleware/tests.py::MiddlewareTestCase::test_keyboard_interrupt_is_captured - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/middleware/tests.py::MiddlewareTestCase::test_close - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/middleware/tests.py::MiddlewareTestCase::test_close - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/middleware/tests.py::MiddlewareTestCase::test_captures_error_in_iteration - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/middleware/tests.py::MiddlewareTestCase::test_captures_error_in_iteration - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/middleware/tests.py::MiddlewareTestCase::test_systemexit_is_captured - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/middleware/tests.py::MiddlewareTestCase::test_systemexit_is_captured - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/middleware/tests.py::MiddlewareTestCase::test_systemexit_0_is_ignored - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/middleware/tests.py::MiddlewareTestCase::test_systemexit_0_is_ignored - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/utils/stacks/tests.py::GetStackInfoTest::test_bad_locals_in_frame - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/stacks/tests.py::GetStackInfoTest::test_bad_locals_in_frame - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setting...ERROR tests/utils/stacks/tests.py::GetStackInfoTest::test_frame_allowance - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/stacks/tests.py::GetStackInfoTest::test_frame_allowance - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_missing_get_source - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_missing_get_source - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setti...ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_missing_zip_get_source - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_missing_zip_get_source - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_non_ascii_file - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/stacks/tests.py::GetLineFromFileTest::test_non_ascii_file - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/contrib/django/test_resolver.py::test_complex_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/test_resolver.py::test_complex_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/contrib/django/test_resolver.py::test_no_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/test_resolver.py::test_no_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configure...ERROR tests/contrib/django/test_resolver.py::test_included_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/test_resolver.py::test_included_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/contrib/django/test_resolver.py::test_newstyle_django20_urlconf - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/test_resolver.py::test_newstyle_django20_urlconf - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/contrib/django/test_resolver.py::test_simple_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/test_resolver.py::test_simple_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_subclassed_handler_updated - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_subclassed_handler_updated - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY...ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_handler_added - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_handler_added - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but ...ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_handler_updated - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/test_celery.py::CeleryLoggingHandlerTestCase::test_handler_updated - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/contrib/test_celery.py::CeleryTestCase::test_ignore_expected - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/test_celery.py::CeleryTestCase::test_ignore_expected - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/contrib/test_celery.py::CeleryTestCase::test_simple - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/test_celery.py::CeleryTestCase::test_simple - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/utils/json/tests.py::JSONTest::test_unknown_type - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_unknown_type - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configu...ERROR tests/utils/json/tests.py::JSONTest::test_unknown_type_with_repr_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_unknown_type_with_repr_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings...ERROR tests/utils/json/tests.py::JSONTest::test_uuid - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_uuid - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You...ERROR tests/utils/json/tests.py::JSONTest::test_datetime - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_datetime - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured....ERROR tests/utils/json/tests.py::JSONTest::test_frozenset - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_frozenset - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/utils/json/tests.py::JSONTest::test_set - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_set - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You ...ERROR tests/utils/json/tests.py::JSONTest::test_decimal - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/json/tests.py::JSONTest::test_decimal - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/functional/tests.py::FutureImportsTest::test_absolute_import - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/functional/tests.py::FutureImportsTest::test_absolute_import - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_special_log_handlers - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_special_log_handlers - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setti...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting_with_dict - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting_with_dict - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_crumb_buffer - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_crumb_buffer - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are ...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_hook_libraries - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_hook_libraries - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting_with_large_message - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting_with_large_message - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_manual_record - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_manual_record - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_location - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_location - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are ...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_log_crumb_reporting - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_broken_logging - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_broken_logging - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_logging_handlers - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_logging_handlers - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_dedup_logging - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/breadcrumbs/tests.py::BreadcrumbTestCase::test_dedup_logging - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/transport/tests.py::TransportTest::test_build_then_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/tests.py::TransportTest::test_build_then_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/transport/tests.py::TransportTest::test_custom_transport - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/tests.py::TransportTest::test_custom_transport - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/transport/tests.py::TransportTest::test_basic_config - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/tests.py::TransportTest::test_basic_config - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/utils/encoding/tests.py::TransformTest::test_recurse_exception - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/encoding/tests.py::TransformTest::test_bytes_max_length - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_bytes_max_length - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/utils/encoding/tests.py::TransformTest::test_incorrect_unicode - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/encoding/tests.py::TransformTest::test_custom_repr - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_custom_repr - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/utils/encoding/tests.py::TransformTest::test_unicode_in_python2 - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_keys - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_keys - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/utils/encoding/tests.py::TransformTest::test_recursive - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_recursive - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/utils/encoding/tests.py::TransformTest::test_string_in_python3 - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_string_in_python3 - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/encoding/tests.py::TransformTest::test_string_in_python2 - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/encoding/tests.py::TransformTest::test_string_max_length - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_string_max_length - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/utils/encoding/tests.py::TransformTest::test_unicode_in_python3 - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_unicode_in_python3 - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/utils/encoding/tests.py::TransformTest::test_list_max_length - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_list_max_length - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/utils/encoding/tests.py::TransformTest::test_truncating_unicode - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_max_length - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_max_length - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/utils/encoding/tests.py::TransformTest::test_uuid - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_uuid - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not config...ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_keys_utf8_as_unicode - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_keys_utf8_as_unicode - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/utils/encoding/tests.py::TransformTest::test_bad_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/utils/encoding/tests.py::TransformTest::test_broken_repr - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_broken_repr - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/utils/encoding/tests.py::TransformTest::test_recursion_max_depth - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_recursion_max_depth - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings...ERROR tests/utils/encoding/tests.py::TransformTest::test_bool - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_bool - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not config...ERROR tests/utils/encoding/tests.py::TransformTest::test_int_subclass - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_int_subclass - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/utils/encoding/tests.py::TransformTest::test_float - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/encoding/tests.py::TransformTest::test_float - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...ERROR tests/utils/encoding/tests.py::TransformTest::test_dict_keys_utf8_as_str - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_record_stack - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_record_stack - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_can_record - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_can_record - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_no_record_stack - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_no_record_stack - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags_on_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags_on_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_sample_rate - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_sample_rate - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setti...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_fingerprint_on_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_fingerprint_on_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_explicit_stack - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_explicit_stack - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_ignore_exception - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_ignore_exception - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIEN...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags_merge - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags_merge - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_exception_on_emit - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_exception_on_emit - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_server_name_on_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_server_name_on_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_culprit - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_culprit - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_exc_info - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_exc_info - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_data_as_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_data_as_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_extra_data - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_extra_data - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_culprit_on_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_culprit_on_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but ...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_data_dict_is_not_mutated - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_extra_data_dict_is_not_mutated - django.core.exceptions.ImproperlyConfigured: Requested setting SENTR...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_tags - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_basic - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_logger_basic - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_message_params - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingIntegrationTest::test_message_params - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_logging_level_not_set - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_logging_level_not_set - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_invalid_first_arg_type - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_invalid_first_arg_type - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_client_arg - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_client_arg - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_first_arg_as_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_first_arg_as_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_custom_client_class - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_custom_client_class - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_logging_level_set - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_logging_level_set - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_client_kwarg - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logging/tests.py::LoggingHandlerTest::test_client_kwarg - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_custom_client_class - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_custom_client_class - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_logger - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_logger - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_missing_client_arg - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_missing_client_arg - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_first_arg_as_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_first_arg_as_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_client_arg - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_client_arg - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_client_kwarg - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_client_kwarg - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings...ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_invalid_first_arg_type - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/handlers/logbook/tests.py::LogbookHandlerTest::test_invalid_first_arg_type - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/base/tests.py::ClientStateTest::test_should_try_time_passed_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_should_try_time_passed_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setting...ERROR tests/base/tests.py::ClientStateTest::test_should_try_retry_after_passed - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_should_try_retry_after_passed - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/base/tests.py::ClientStateTest::test_set_success - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_set_success - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configu...ERROR tests/base/tests.py::ClientStateTest::test_should_try_online - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_should_try_online - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/base/tests.py::ClientStateTest::test_set_fail - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_set_fail - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/base/tests.py::ClientStateTest::test_should_try_new_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_should_try_new_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/base/tests.py::ClientStateTest::test_should_try_retry_after - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientStateTest::test_should_try_retry_after - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are ...ERROR tests/base/tests.py::ClientTest::test_send_remote_failover_with_retry_after - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_send_remote_failover_with_retry_after - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/base/tests.py::ClientTest::test_client_picks_up_env_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_client_picks_up_env_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/base/tests.py::ClientTest::test_decorator_preserves_function - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_decorator_preserves_function - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/base/tests.py::ClientTest::test_no_sys_argv - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_no_sys_argv - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/base/tests.py::ClientTest::test_context_manager_functionality - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_context_manager_functionality - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/base/tests.py::ClientTest::test_logger - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_logger - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You m...ERROR tests/base/tests.py::ClientTest::test_sample_rate_per_message - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_sample_rate_per_message - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/base/tests.py::ClientTest::test_async_send_remote_failover - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_async_send_remote_failover - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/base/tests.py::ClientTest::test_marks_in_app_frames_for_exception - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_marks_in_app_frames_for_exception - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setting...ERROR tests/base/tests.py::ClientTest::test_captures_last_event_id - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_captures_last_event_id - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/base/tests.py::ClientTest::test_encode_decode - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_encode_decode - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/base/tests.py::ClientTest::test_site - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_site - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You mus...ERROR tests/base/tests.py::ClientTest::test_message_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_message_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/base/tests.py::ClientTest::test_message_from_kwargs - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_message_from_kwargs - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/base/tests.py::ClientTest::test_client_extra_context - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_client_extra_context - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_child - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_child - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/base/tests.py::ClientTest::test_stack_auto_frames - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_stack_auto_frames - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not config...ERROR tests/base/tests.py::ClientTest::test_transport_registration - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_transport_registration - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not c...ERROR tests/base/tests.py::ClientTest::test_raise_exception_on_send_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_raise_exception_on_send_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/base/tests.py::ClientTest::test_stack_explicit_frames - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_stack_explicit_frames - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/base/tests.py::ClientTest::test_send_with_auth_header - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_send_with_auth_header - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/base/tests.py::ClientTest::test_fingerprint - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_fingerprint - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/base/tests.py::ClientTest::test_context - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_context - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You ...ERROR tests/base/tests.py::ClientTest::test_sample_rate - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_sample_rate - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/base/tests.py::ClientTest::test_content_manager_filtering - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_content_manager_filtering - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/base/tests.py::ClientTest::test_marks_in_app_frames_for_stacktrace - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_marks_in_app_frames_for_stacktrace - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/base/tests.py::ClientTest::test_first_client_is_singleton - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_first_client_is_singleton - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/base/tests.py::ClientTest::test_tags - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_tags - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You mus...ERROR tests/base/tests.py::ClientTest::test_explicit_message_on_message_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_explicit_message_on_message_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setting...ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_class - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_class - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/base/tests.py::ClientTest::test_send_remote_failover - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_send_remote_failover - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/base/tests.py::ClientTest::test_decorator_functionality - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_decorator_functionality - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not ...ERROR tests/base/tests.py::ClientTest::test_decorator_filtering - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_decorator_filtering - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/base/tests.py::ClientTest::test_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You mus...ERROR tests/base/tests.py::ClientTest::test_implicit_site - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_implicit_site - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/base/tests.py::ClientTest::test_exception_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/base/tests.py::ClientTest::test_get_public_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_get_public_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configure...ERROR tests/base/tests.py::ClientTest::test_exception_event_true_exc_info - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_event_true_exc_info - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/base/tests.py::ClientTest::test_explicit_message_on_exception_event - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_explicit_message_on_exception_event - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setti...ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_event_ignore_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/base/tests.py::ClientTest::test_exception_nan_in_vars - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_exception_nan_in_vars - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/base/tests.py::ClientTest::test_repos_configuration - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/base/tests.py::ClientTest::test_repos_configuration - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/conf/tests.py::SetupLoggingTest::test_basic_not_configured - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::SetupLoggingTest::test_basic_not_configured - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/conf/tests.py::SetupLoggingTest::test_basic_already_configured - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::SetupLoggingTest::test_basic_already_configured - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/conf/tests.py::RemoteConfigTest::test_no_secret_key - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_no_secret_key - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not conf...ERROR tests/conf/tests.py::RemoteConfigTest::test_https - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_https - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/conf/tests.py::RemoteConfigTest::test_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. Y...ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_netloc - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_netloc - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/conf/tests.py::RemoteConfigTest::test_path_strip - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_path_strip - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configu...ERROR tests/conf/tests.py::RemoteConfigTest::test_https_with_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_https_with_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/conf/tests.py::RemoteConfigTest::test_options - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_options - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured...ERROR tests/conf/tests.py::RemoteConfigTest::test_path - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_path - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. Y...ERROR tests/conf/tests.py::RemoteConfigTest::test_invalid_scheme - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_invalid_scheme - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/conf/tests.py::RemoteConfigTest::test_get_public_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_get_public_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_project - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_project - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/conf/tests.py::RemoteConfigTest::test_http_with_port - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_http_with_port - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not con...ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_public_key - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/conf/tests.py::RemoteConfigTest::test_missing_public_key - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/transport/requests/test_threaded_requests.py::ThreadedTransportTest::test_does_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/requests/test_threaded_requests.py::ThreadedTransportTest::test_does_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_C...ERROR tests/transport/requests/test_threaded_requests.py::ThreadedTransportTest::test_shutdown_waits_for_send - AttributeError: 'Function' object has no attribute 'get_m...ERROR tests/transport/requests/test_threaded_requests.py::ThreadedTransportTest::test_shutdown_waits_for_send - django.core.exceptions.ImproperlyConfigured: Requested se...ERROR tests/versioning/tests.py::test_fetch_package_version - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/versioning/tests.py::test_fetch_package_version - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/versioning/tests.py::test_fetch_git_sha - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/versioning/tests.py::test_fetch_git_sha - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You ...ERROR tests/contrib/flask/tests.py::FlaskLoginTest::test_user - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskLoginTest::test_user - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not config...ERROR tests/contrib/flask/tests.py::FlaskTest::test_logging_setup_with_exclusion_list - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/contrib/flask/tests.py::FlaskTest::test_wrap_wsgi_status - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_wrap_wsgi_status - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not...ERROR tests/contrib/flask/tests.py::FlaskTest::test_logging_setup_signal - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_logging_setup_signal - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/contrib/flask/tests.py::FlaskTest::test_does_add_to_extensions - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_does_add_to_extensions - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/contrib/flask/tests.py::FlaskTest::test_post - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_post - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured....ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureException_captures_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureException_captures_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/contrib/flask/tests.py::FlaskTest::test_get_data_handles_disconnected_client - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_get_data_handles_disconnected_client - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/contrib/flask/tests.py::FlaskTest::test_binds_default_include_paths - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_binds_default_include_paths - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but setti...ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureException_sets_last_event_id - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureException_sets_last_event_id - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, b...ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureMessage_captures_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureMessage_captures_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/contrib/flask/tests.py::FlaskTest::test_capture_plus_logging - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_capture_plus_logging - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/contrib/flask/tests.py::FlaskTest::test_check_client_type - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_check_client_type - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/contrib/flask/tests.py::FlaskTest::test_error_handler - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_error_handler - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not co...ERROR tests/contrib/flask/tests.py::FlaskTest::test_uses_dsn - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_uses_dsn - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configu...ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureMessage_sets_last_event_id - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_captureMessage_sets_last_event_id - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but...ERROR tests/contrib/flask/tests.py::FlaskTest::test_get - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_get - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/contrib/flask/tests.py::FlaskTest::test_overrides_default_include_paths - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/flask/tests.py::FlaskTest::test_overrides_default_include_paths - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test__sending_successfully_calls_success_callback - AttributeError: 'Function' object has no attribute 'ge...ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test__sending_successfully_calls_success_callback - django.core.exceptions.ImproperlyConfigured: Requested...ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test__sending_with_error_calls_error_callback - AttributeError: 'Function' object has no attribute 'get_ma...ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test__sending_with_error_calls_error_callback - django.core.exceptions.ImproperlyConfigured: Requested set...ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/tornado/tests.py::TornadoTransportTests::test_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are...ERROR tests/contrib/bottle/tests.py::BottleTest::test_captureMessage_captures_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/bottle/tests.py::BottleTest::test_captureMessage_captures_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but se...ERROR tests/contrib/bottle/tests.py::BottleTest::test_error - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/bottle/tests.py::BottleTest::test_error - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/contrib/bottle/tests.py::BottleTest::test_captureException_captures_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/bottle/tests.py::BottleTest::test_captureException_captures_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but ...ERROR tests/utils/test_transaction.py::test_context_manager - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/test_transaction.py::test_context_manager - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/utils/test_transaction.py::test_simple - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/test_transaction.py::test_simple - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. You m...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_header - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_header - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settin...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_querystring_as_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_querystring_as_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_as_string_with_partials - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_as_string_with_partials - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_C...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_extra - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_extra - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are n...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_sanitize_non_ascii - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_sanitize_non_ascii - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_stacktrace - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_stacktrace - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_querystring_as_string_with_partials - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_querystring_as_string_with_partials - django.core.exceptions.ImproperlyConfigured: Requested setting SEN...ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_as_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizeKeysProcessorTest::test_cookie_as_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but set...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_non_ascii - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_non_ascii - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_as_string_with_partials - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_as_string_with_partials - django.core.exceptions.ImproperlyConfigured: Requested setting SEN...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_querystring_as_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_querystring_as_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIEN...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_extra - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_extra - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_credit_card - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_credit_card - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_header - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_header - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_http - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_http - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_querystring_as_string_with_partials - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_querystring_as_string_with_partials - django.core.exceptions.ImproperlyConfigured: Requested settin...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_bytes - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_bytes - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but ...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_stacktrace - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_stacktrace - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but sett...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_credit_card_amex - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_sanitize_credit_card_amex - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_C...ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_as_string - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::SanitizePasswordsProcessorTest::test_cookie_as_string - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/processors/tests.py::RemovePostDataProcessorTest::test_does_remove_data - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::RemovePostDataProcessorTest::test_does_remove_data - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but s...ERROR tests/processors/tests.py::RemoveStackLocalsProcessorTest::test_does_remove_data - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/processors/tests.py::RemoveStackLocalsProcessorTest::test_does_remove_data - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/events/tests.py::ExceptionTest::test_raise_from_different - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/events/tests.py::ExceptionTest::test_raise_from_different - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are no...ERROR tests/events/tests.py::ExceptionTest::test_nested - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/events/tests.py::ExceptionTest::test_nested - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/events/tests.py::ExceptionTest::test_handles_self_referencing - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/events/tests.py::ExceptionTest::test_handles_self_referencing - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings ar...ERROR tests/events/tests.py::ExceptionTest::test_simple - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/events/tests.py::ExceptionTest::test_simple - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configured. ...ERROR tests/events/tests.py::ExceptionTest::test_raise_from - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/events/tests.py::ExceptionTest::test_raise_from - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/contrib/pylons/tests.py::MiddlewareTest::test_init - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/pylons/tests.py::MiddlewareTest::test_init - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...ERROR tests/transport/gevent/tests.py::GeventTransportTest::test_does_send - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/transport/gevent/tests.py::GeventTransportTest::test_does_send - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings a...ERROR tests/contrib/zconfig/tests.py::TestConfig::test_many - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/zconfig/tests.py::TestConfig::test_many - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not configur...ERROR tests/contrib/zconfig/tests.py::TestConfig::test_minimal - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/zconfig/tests.py::TestConfig::test_minimal - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...ERROR tests/contrib/zerorpc/tests.py::ZeroRPCTest::test_zerorpc_middleware_with_reqrep - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/zerorpc/tests.py::ZeroRPCTest::test_zerorpc_middleware_with_reqrep - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, bu...ERROR tests/contrib/zerorpc/tests.py::ZeroRPCTest::test_zerorpc_middleware_with_pushpull - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/zerorpc/tests.py::ZeroRPCTest::test_zerorpc_middleware_with_pushpull - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, ...ERROR tests/contrib/django/management/commands/test_raven.py::RavenCommandTest::test_basic - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/contrib/django/management/commands/test_raven.py::RavenCommandTest::test_basic - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT...ERROR tests/utils/tests.py::GetVersionsTest::test_exact_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/tests.py::GetVersionsTest::test_exact_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not config...ERROR tests/utils/tests.py::GetVersionsTest::test_parent_match - AttributeError: 'Function' object has no attribute 'get_marker'ERROR tests/utils/tests.py::GetVersionsTest::test_parent_match - django.core.exceptions.ImproperlyConfigured: Requested setting SENTRY_CLIENT, but settings are not confi...=============================================================== 8 skipped, 7 warnings, 504 errors in 33.78s ================================================================pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
The text was updated successfully, but these errors were encountered:
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
I cannot find
celery.task
andcelery.decorators
module.However after ignore those two files literally almost all unis are failing with messge
Requested setting SENTRY_CLIENT, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
I cannot find detais about how to setup env for test suite,
The text was updated successfully, but these errors were encountered: