From d2b4dc07d56a4dc1ce7574fc00e34a31d92f6b6a Mon Sep 17 00:00:00 2001 From: Fangyin Cheng Date: Sun, 3 Nov 2024 06:03:00 +0800 Subject: [PATCH] ci(test): Test build python tasks --- bindings/python/pyproject.toml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index f6676bb..baf1a56 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -12,21 +12,13 @@ requires-python = ">= 3.8" [tool.rye] managed = true virtual = true - -[tool.rye.dev-dependencies] -base = [ +dev-dependencies = [ "pip", "tomli>=2.0.2", "tomli-w>=1.1.0", -] -testing = [ - "pytest>=7.0.0" -] -formatting = [ + "pytest>=7.0.0", "black>=23.0.0", - "isort>=5.0.0" -] -build = [ + "isort>=5.0.0", "maturin>=1.7,<2.0" ] @@ -62,9 +54,3 @@ fmt-check = { chain = [ ]} # Sync version number across all packages sync-version = "python scripts/sync_version.py" - -[tool.rye.scripts.dependencies.sync-version] -dependencies = [ - "tomli>=2.0.2", - "tomli-w>=1.1.0", -] \ No newline at end of file