Skip to content

Commit 7ffa866

Browse files
committed
python312Packages.pytest-notebook: skip failing test
1 parent c5c9572 commit 7ffa866

File tree

1 file changed

+3
-0
lines changed
  • pkgs/development/python-modules/pytest-notebook

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/pytest-notebook/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ buildPythonPackage rec {
7777
# TypeError: expected str, bytes or os.PathLike object, not NoneType
7878
"test_execute_notebook_with_coverage"
7979
"test_regression_coverage"
80+
81+
# pytest_notebook.nb_regression.NBRegressionError
82+
"test_regression_regex_replace_pass"
8083
];
8184

8285
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)