Skip to content

Commit 951d02a

Browse files
committed
add a reason for skipped test
1 parent 414b52b commit 951d02a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adaptive/tests/test_notebook_integration.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
with_notebook_dependencies = False
1010

1111

12-
@pytest.mark.skipif(not with_notebook_dependencies)
12+
@pytest.mark.skipif(
13+
not with_notebook_dependencies, reason="notebook dependencies are not installed"
14+
)
1315
def test_private_api_used_in_live_info():
1416
"""We are catching all errors in
1517
adaptive.notebook_integration.should_update

0 commit comments

Comments
 (0)