diff --git a/pyproject.toml b/pyproject.toml index f3de7ea..e94694a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ authors = [ { name = "mikigo", email = "huangmingqiang@uniontech.com" }, ] dependencies = [ - "pytest", "pytest-timeout", "pytest-rerunfailures", "pytest-mark-manage", diff --git a/youqu3/exceptions.py b/youqu3/exceptions.py index d1aa17a..f0b2a95 100644 --- a/youqu3/exceptions.py +++ b/youqu3/exceptions.py @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. # SPDX-License-Identifier: GPL-2.0-only -from funnylog import logger +from youqu3 import logger class ApplicationStartError(Exception):