python3Packages.expiring-dict: enable tests

This commit is contained in:
Sigmanificient
2026-07-21 01:05:25 +02:00
parent cff095b254
commit 2f40c64032

View File

@@ -4,6 +4,7 @@
fetchPypi,
setuptools,
sortedcontainers,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -23,6 +24,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "expiring_dict" ];
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Python dict with TTL support for auto-expiring caches";
homepage = "https://github.com/dparker2/py-expiring-dict";