From a493f96dbe2310c042becd7c0fb921351daaa1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=89=BA=E4=B8=B9?= <53546877+Craven1701@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=85=AC=E7=BD=91=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omniadvisor/pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/omniadvisor/pyproject.toml b/omniadvisor/pyproject.toml index ea18fef830..fc384113d9 100755 --- a/omniadvisor/pyproject.toml +++ b/omniadvisor/pyproject.toml @@ -35,9 +35,3 @@ Cython = "^3.0.10" testpaths = ["tests/"] # 指定 pytest 搜索测试的路径 pythonpath = ["src"] # ⚡ 自动添加 src 到 PYTHONPATH addopts = "--import-mode=append" # 避免导入冲突 - - -[[tool.poetry.source]] -name = "huawei" -url = "http://mirrors.tools.huawei.com/pypi/simple" -priority = "primary" -- Gitee