python3Packages.property-manager: use pytestCheckHook

Changed files
+2 -2
pkgs
development
python-modules
property-manager
+2 -2
pkgs/development/python-modules/property-manager/default.nix
···
humanfriendly,
verboselogs,
coloredlogs,
-
pytest,
+
pytestCheckHook,
pytest-cov-stub,
}:
···
verboselogs
];
nativeCheckInputs = [
-
pytest
+
pytestCheckHook
pytest-cov-stub
];