python311Packages.papermill: disable failing test
This commit is contained in:
parent
3bfe29446d
commit
91b95f5b1e
@ -91,11 +91,10 @@ buildPythonPackage rec {
|
||||
"papermill"
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::pytest.PytestRemovedIn8Warning"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
disabledTests = [
|
||||
# pytest 8 compat
|
||||
"test_read_with_valid_file_extension"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# might fail due to the sandbox
|
||||
"test_end2end_autosave_slow_notebook"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user