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
1 changed files with 2 additions and 7 deletions

View File

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