From 78711e23e1c200dab28a86d86c1cfa374da9ebbf Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Wed, 19 Aug 2026 11:08:56 +0200 Subject: test(hub): add argon2-cffi to dev deps so KDF parity tests run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without it the three tests in test_bundle_kdf_parity.py silently skip instead of failing — a coverage gap the test file itself flags. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- packages/meshbay-hub/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/meshbay-hub/pyproject.toml b/packages/meshbay-hub/pyproject.toml index 6a83794..a87271e 100644 --- a/packages/meshbay-hub/pyproject.toml +++ b/packages/meshbay-hub/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6", "httpx>=0.28"] +dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6", "httpx>=0.28", "argon2-cffi>=21.3"] [project.scripts] meshbay-hub = "meshbay_hub.daemon:main" -- cgit v1.2.3