chore: 扩展 tox 测试依赖并新增 pyflowx 脚本别名

This commit is contained in:
2026-07-08 21:17:03 +08:00
parent 5c7d27f682
commit c5878e75ff
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -24,9 +24,10 @@ requires-python = ">=3.10"
version = "0.4.9"
[project.scripts]
emlman = "pyflowx.cli.legacy.emlmanager:main"
pf = "pyflowx.cli.pf:main"
pxp = "pyflowx.cli.legacy.profiler:main"
emlman = "pyflowx.cli.legacy.emlmanager:main"
pf = "pyflowx.cli.pf:main"
pxp = "pyflowx.cli.legacy.profiler:main"
pyflowx = "pyflowx.cli.pf:main"
[project.optional-dependencies]
dev = [
+1 -1
View File
@@ -8,7 +8,7 @@ skipsdist = true
[testenv]
uv_sync = true
deps =
.[dev]
.[dev,docs,fast,office]
commands =
pytest -m "not slow" {posargs}
passenv =