python313Packages.drf-pydantic: run tests (#480865)

This commit is contained in:
Jörg Thalheim
2026-01-17 11:04:09 +00:00
committed by GitHub
@@ -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 = {