From fb536c56058f40c3d3c5dff395d2ce3937a54f16 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 6 Apr 2024 19:10:54 +0200 Subject: [PATCH] python3Packages.pytest-notebook: disable more tests Those tests are not passing because of: ``` E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to JupyterNbCollector is deprecated. Please use the (path: pathlib.Path) argument instead. ``` Signed-off-by: Raito Bezarius --- pkgs/development/python-modules/pytest-notebook/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/pytest-notebook/default.nix b/pkgs/development/python-modules/pytest-notebook/default.nix index b20006641057..104c33453971 100644 --- a/pkgs/development/python-modules/pytest-notebook/default.nix +++ b/pkgs/development/python-modules/pytest-notebook/default.nix @@ -70,6 +70,10 @@ buildPythonPackage rec { "test_diff_to_string" "test_execute_notebook_with_coverage" "test_regression_coverage" + "test_collection" + "test_setup_with_skip_meta" + "test_run_fail" + "test_run_pass_with_meta" ]; meta = {