python313Packages.drf-pydantic: run tests

This commit is contained in:
Sigmanificient
2026-01-17 01:48:05 +01:00
parent 825a8a4f46
commit e3994cd873
@@ -7,6 +7,7 @@
hatchling,
djangorestframework,
pytestCheckHook,
pytest-cov-stub,
}:
buildPythonPackage rec {
@@ -31,8 +32,10 @@ buildPythonPackage rec {
djangorestframework
];
nativeChecksInputs = [
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
pydantic.optional-dependencies.email
];
meta = {