python311Packages.ipydatawidgets: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2024-08-06 22:28:51 +02:00
parent 9c4c7d7625
commit d263c412e2
@@ -4,7 +4,7 @@
fetchPypi,
isPy27,
pytest,
pytest-cov,
pytest-cov-stub,
nbval,
jupyter-packaging,
ipywidgets,
@@ -38,7 +38,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest
pytest-cov
pytest-cov-stub
nbval
];