참고소스 수정본
This commit is contained in:
11
참고/neo4j-graphrag-python-main/tox.ini
Normal file
11
참고/neo4j-graphrag-python-main/tox.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[tox]
|
||||
envlist = py310, py311, py312, py313, py314
|
||||
|
||||
|
||||
[testenv]
|
||||
skip_install = true
|
||||
allowlist_externals = uv
|
||||
commands_pre =
|
||||
uv sync --all-extras
|
||||
commands =
|
||||
uv run coverage run -m pytest tests/unit
|
||||
Reference in New Issue
Block a user