We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9572 commit 7ffa866Copy full SHA for 7ffa866
pkgs/development/python-modules/pytest-notebook/default.nix
@@ -77,6 +77,9 @@ buildPythonPackage rec {
77
# TypeError: expected str, bytes or os.PathLike object, not NoneType
78
"test_execute_notebook_with_coverage"
79
"test_regression_coverage"
80
+
81
+ # pytest_notebook.nb_regression.NBRegressionError
82
+ "test_regression_regex_replace_pass"
83
];
84
85
__darwinAllowLocalNetworking = true;
0 commit comments