python311Packages.ipywidgets: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 21:34:49 +01:00
parent a4c2f399b8
commit 3bfe29446d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,7 +8,7 @@
, jsonschema , jsonschema
, jupyterlab-widgets , jupyterlab-widgets
, lib , lib
, pytestCheckHook , pytest7CheckHook
, pytz , pytz
, traitlets , traitlets
, widgetsnbextension , widgetsnbextension
@ -40,15 +40,10 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
ipykernel ipykernel
jsonschema jsonschema
pytestCheckHook pytest7CheckHook
pytz pytz
]; ];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
meta = { meta = {
description = "IPython HTML widgets for Jupyter"; description = "IPython HTML widgets for Jupyter";
homepage = "https://github.com/jupyter-widgets/ipywidgets"; homepage = "https://github.com/jupyter-widgets/ipywidgets";