We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test setup failed request = <SubRequest '_django_db_marker' for <Function test_public_user_can_not_be_set_as_company_admin>> @pytest.fixture(autouse=True) def _django_db_marker(request) -> None: """Implement the django_db marker, internal to pytest-django.""" marker = request.node.get_closest_marker("django_db") if marker: > request.getfixturevalue("_django_db_helper") .venv/lib/python3.10/site-packages/pytest_django/plugin.py:465: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/conftest.py:293: in django_db_setup view_processor.process_materialized_views() .venv/lib/python3.10/site-packages/django_materialized_view/processor.py:37: in process_materialized_views self.create_views() .venv/lib/python3.10/site-packages/django_materialized_view/processor.py:92: in create_views self.create_views() .venv/lib/python3.10/site-packages/django_materialized_view/processor.py:92: in create_views self.create_views() E RecursionError: maximum recursion depth exceeded while calling a Python object !!! Recursion detected (same locals & position)
The text was updated successfully, but these errors were encountered:
Sheripov
No branches or pull requests
The text was updated successfully, but these errors were encountered: