From ca511fe38c547e6ac311eaae815a20148b96d5e4 Mon Sep 17 00:00:00 2001 From: mikigo Date: Mon, 8 Jul 2024 09:49:44 +0800 Subject: [PATCH] update --- pyproject.toml | 1 - youqu3/exceptions.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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):