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 <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-04-06 19:10:54 +02:00
parent 54b3c6f2ea
commit fb536c5605
1 changed files with 4 additions and 0 deletions

View File

@ -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 = {