Skip to content

[Bug] (dbt-doris): The adapters tests are broken due to the pytest-logbook library mismatch with the logbook library #60780

@Lastv25

Description

@Lastv25

Search before asking

  • I had searched in the issues and found no similar issues.

Version

dbt-doris: 0.4.0

What's Wrong?

Error

name = 'compat'

    def __getattr__(name: str) -> Any:
        if name != "__version__":
            msg = f"module '{__name__}' has no attribute '{name}'"
>           raise AttributeError(msg)
E           AttributeError: module 'logbook' has no attribute 'compat'

.venv/lib/python3.13/site-packages/logbook/__init__.py:143: AttributeError

What You Expected?

to be able to run a pytest command

How to Reproduce?

  • install the dev-requirements.txt
  • run pytest .

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions