mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
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:
parent
54b3c6f2ea
commit
fb536c5605
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user