python311Packages.ipydatawidgets: migrate to pytestCheckHook

This commit is contained in:
Peder Bergebakken Sundt
2024-08-09 16:05:23 +02:00
parent 407cfc68ef
commit 277b1dbd2e
@@ -3,8 +3,7 @@
buildPythonPackage,
fetchPypi,
isPy27,
pytest,
pytest-cov-stub,
pytestCheckHook,
nbval,
jupyter-packaging,
ipywidgets,
@@ -37,13 +36,10 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest
pytest-cov-stub
pytestCheckHook
nbval
];
checkPhase = "pytest ipydatawidgets/tests";
meta = {
description = "Widgets to help facilitate reuse of large datasets across different widgets";
homepage = "https://github.com/vidartf/ipydatawidgets";