python311Packages.stups-cli-support: migrate to pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2024-08-09 16:03:41 +02:00
parent bd2daec307
commit f7dc3f0336
@@ -5,8 +5,7 @@
clickclick,
dnspython,
requests,
pytest,
pytest-cov,
pytestCheckHook,
isPy3k,
}:
@@ -31,10 +30,7 @@ buildPythonPackage rec {
preCheck = "export HOME=$TEMPDIR";
nativeCheckInputs = [
pytest
pytest-cov
];
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
description = "Helper library for all STUPS command line tools";