Bug Description
执行pytest tests/client/test_lifecycle.py -v,会报以下错误:
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=openviking --cov-report=term-missing
inifile: /home/amsr/linchao/openviking/OpenViking/pyproject.toml
rootdir: /home/amsr/linchao/openviking/OpenViking
Steps to Reproduce
按照https://github.com/volcengine/OpenViking/tree/main/tests给出的流程执行:
- export OPENVIKING_CONFIG_FILE="/path/to/ov.conf"
- pip install pytest pytest-asyncio
- pytest tests/client/test_lifecycle.py -v
Expected Behavior
期待可以执行得到结果
Actual Behavior
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=openviking --cov-report=term-missing
inifile: /home/amsr/linchao/openviking/OpenViking/pyproject.toml
Minimal Reproducible Example
Error Logs
OpenViking Version
0.3.3
Python Version
3.12
Operating System
Linux
Model Backend
None
Additional Context
No response
Bug Description
执行pytest tests/client/test_lifecycle.py -v,会报以下错误:
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=openviking --cov-report=term-missing
inifile: /home/amsr/linchao/openviking/OpenViking/pyproject.toml
rootdir: /home/amsr/linchao/openviking/OpenViking
Steps to Reproduce
按照https://github.com/volcengine/OpenViking/tree/main/tests给出的流程执行:
Expected Behavior
期待可以执行得到结果
Actual Behavior
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=openviking --cov-report=term-missing
inifile: /home/amsr/linchao/openviking/OpenViking/pyproject.toml
Minimal Reproducible Example
Error Logs
OpenViking Version
0.3.3
Python Version
3.12
Operating System
Linux
Model Backend
None
Additional Context
No response