Merge branch 'development' into ruff-and-mypy

This commit is contained in:
Pablo Nicolás Estevez
2026-01-17 17:41:55 +00:00
committed by GitHub
12 changed files with 742 additions and 19 deletions

View File

@@ -114,7 +114,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
# Should show version
output = result.stdout + result.stderr
self.assertIn("2.5.1", output)
self.assertIn('2.7.0', output)
except FileNotFoundError:
# If skill-seekers is not installed, skip this test