git-pw: use pytestCheckHook

Changed files
+1 -1
pkgs
by-name
gi
git-pw
+1 -1
pkgs/by-name/gi/git-pw/package.nix
···
nativeCheckInputs = with python3.pkgs; [
pytest-cov-stub
-
pytest
+
pytestCheckHook
git
];