We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414b52b commit 951d02aCopy full SHA for 951d02a
1 file changed
adaptive/tests/test_notebook_integration.py
@@ -9,7 +9,9 @@
9
with_notebook_dependencies = False
10
11
12
-@pytest.mark.skipif(not with_notebook_dependencies)
+@pytest.mark.skipif(
13
+ not with_notebook_dependencies, reason="notebook dependencies are not installed"
14
+)
15
def test_private_api_used_in_live_info():
16
"""We are catching all errors in
17
adaptive.notebook_integration.should_update
0 commit comments