我在本地跑的所有测试都没问题,都能正常过:
rayxu@rayxu-Portable-Linux:/media/rayxu/Pt_Ubuntu_Data/Project/ServSpy$ uv run pytest
============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
rootdir: /media/rayxu/Pt_Ubuntu_Data/Project/ServSpy
configfile: pyproject.toml
testpaths: test
collected 6 items
test/test_TCP_client.py . [ 16%]
test/test_TCP_server.py . [ 33%]
test/test_command_handlers.py ... [ 83%]
test/test_extension_TCP_setup.py . [100%]
============================== 6 passed in 0.19s ===============================
但是在远端仓库中test/test_command_handlers.py的测试就是有问题,我检查了好几遍逻辑。你看下这是你CI的问题还是我的问题?
我在本地跑的所有测试都没问题,都能正常过:
rayxu@rayxu-Portable-Linux:/media/rayxu/Pt_Ubuntu_Data/Project/ServSpy$ uv run pytest
============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
rootdir: /media/rayxu/Pt_Ubuntu_Data/Project/ServSpy
configfile: pyproject.toml
testpaths: test
collected 6 items
test/test_TCP_client.py . [ 16%]
test/test_TCP_server.py . [ 33%]
test/test_command_handlers.py ... [ 83%]
test/test_extension_TCP_setup.py . [100%]
============================== 6 passed in 0.19s ===============================
但是在远端仓库中test/test_command_handlers.py的测试就是有问题,我检查了好几遍逻辑。你看下这是你CI的问题还是我的问题?