diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 789f5116f6..7feb77ffca 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 |
