From 14f316fc1ee66bc4fdf2f3f3320f2f4965fe7cbb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 9 Oct 2025 12:40:16 +0100 Subject: [PATCH] gnu: python-valkey: Reduce closure size. * gnu/packages/python-xyz.scm (python-valkey)[native-inputs]: Remove python-cachetools, python-pytest, python-pytest-asyncio, and python-pytest-timeout. Change-Id: I96930eee30ac84275a2fb33e29de43fd5a703ce1 --- gnu/packages/python-xyz.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 789f5116f6de279de01008e3dc809a4108e4b810..7feb77ffcae34bb30e269ecd6585b4c57af6137d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27274,11 +27274,7 @@ input.") ;; Maybe we need to spawn a valkey server? (list #:tests? #f)) (native-inputs - (list python-cachetools - python-pytest - python-pytest-asyncio - python-pytest-timeout - python-setuptools)) + (list python-setuptools)) (home-page "https://github.com/valkey-io/valkey-py") (synopsis "Python client for Valkey") (description