python313Packages.stamina: add dirty-equals

This commit is contained in:
Fabian Affolter
2025-09-03 13:40:35 +02:00
parent 8d33cce4fb
commit f770ec9927
@@ -7,6 +7,7 @@
hatch-vcs,
hatchling,
dirty-equals,
tenacity,
typing-extensions,
@@ -40,6 +41,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "stamina" ];
nativeCheckInputs = [
dirty-equals
pytestCheckHook
anyio
];