-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_errors.txt
More file actions
46 lines (45 loc) · 3.29 KB
/
test_errors.txt
File metadata and controls
46 lines (45 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
============================= test session starts =============================
platform win32 -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- C:\Users\TCI-GECOMP\Desktop\02_BESSAI_SOFTWARE\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\.venv\Scripts\python.exe
cachedir: .pytest_cache
rootdir: C:\Users\TCI-GECOMP\Desktop\02_BESSAI_SOFTWARE\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge
configfile: pytest.ini (WARNING: ignoring pytest config in pyproject.toml!)
plugins: anyio-4.12.1, asyncio-1.3.0, cov-7.0.0, mock-3.15.1
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 544 items / 3 errors
=================================== ERRORS ====================================
___________ ERROR collecting tests/analytics/test_load_profiler.py ____________
ImportError while importing test module 'C:\Users\TCI-GECOMP\Desktop\02_BESSAI_SOFTWARE\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\tests\analytics\test_load_profiler.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\..\..\..\..\AppData\Local\Python\pythoncore-3.14-64\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\analytics\test_load_profiler.py:10: in <module>
import pandas as pd
E ModuleNotFoundError: No module named 'pandas'
__________________ ERROR collecting tests/test_fl_client.py ___________________
ImportError while importing test module 'C:\Users\TCI-GECOMP\Desktop\02_BESSAI_SOFTWARE\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\tests\test_fl_client.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\..\..\..\..\AppData\Local\Python\pythoncore-3.14-64\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\Users\TCI-GECOMP\Desktop\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\tests\test_fl_client.py:10: in <module>
???
E ModuleNotFoundError: No module named 'src.interfaces.fl_client'
__________________ ERROR collecting tests/test_fl_server.py ___________________
ImportError while importing test module 'C:\Users\TCI-GECOMP\Desktop\02_BESSAI_SOFTWARE\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\tests\test_fl_server.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\..\..\..\..\AppData\Local\Python\pythoncore-3.14-64\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
C:\Users\TCI-GECOMP\Desktop\00 SISTEMA AI-BESS\Antigravity Repository\open-bess-edge\tests\test_fl_server.py:10: in <module>
???
E ModuleNotFoundError: No module named 'src.interfaces.fl_server'
=========================== short test summary info ===========================
ERROR tests/analytics/test_load_profiler.py
ERROR tests/test_fl_client.py
ERROR tests/test_fl_server.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!
============================= 3 errors in 17.60s ==============================