Commit 7ffa866f authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pytest-notebook: skip failing test

parent c5c9572f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ buildPythonPackage rec {
    # TypeError: expected str, bytes or os.PathLike object, not NoneType
    "test_execute_notebook_with_coverage"
    "test_regression_coverage"

    # pytest_notebook.nb_regression.NBRegressionError
    "test_regression_regex_replace_pass"
  ];

  __darwinAllowLocalNetworking = true;