hi, when I try pytest prefect, it shows ```[error]...
# ask-community
h
hi, when I try pytest prefect, it shows
Copy code
[error] tests\conftest.py:76: in <module>
    from .fixtures.api import *
tests\fixtures\api.py:12: in <module>
    from prefect.settings import PREFECT_SERVER_DOCKET_NAME, temporary_settings
E   ImportError: cannot import name 'PREFECT_SERVER_DOCKET_NAME' from 'prefect.settings' (...\Lib\site-packages\prefect\settings\__init__.py)
I don't know how settings like PREFECT_SERVER_DOCKET_NAME works, anybody help?
find PrefectBaseSettings, and the error is solved. I install with uv, but pytest without uv