From 44480e71b27aa9d4cb8441f50c873f1b110e9691 Mon Sep 17 00:00:00 2001
From: hyb <kk_huangyangbo@163.com>
Date: Fri, 30 Jan 2026 07:20:06 +0000
Subject: [PATCH] fix: 修复部分已知问题
---
测试组/Test_platform/Interface_automation/backend/manage.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/manage.py" "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/manage.py"
index bb00dc6..ef05acf 100644
--- "a/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/manage.py"
+++ "b/\346\265\213\350\257\225\347\273\204/Test_platform/Interface_automation/backend/manage.py"
@@ -2,6 +2,10 @@
"""Django's command-line utility for administrative tasks."""
import os
import sys
+import warnings
+
+# 抑制pkg_resources弃用警告
+warnings.filterwarnings("ignore", category=UserWarning, message="pkg_resources is deprecated as an API")
def main():
--
Gitblit v1.9.1