Skip to content

Commit 316204d

Browse files
author
James Souter
committed
reword skip message
1 parent b137fb7 commit 316204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docs_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def sim_temperature_controller():
3737
print(process.communicate()[0])
3838

3939

40-
@pytest.mark.skip("Skipping docs tests, this will be the last thing to fix")
40+
@pytest.mark.skip("Skipping docs tests until docs snippets are updated")
4141
@pytest.mark.parametrize("filename", glob.glob("docs/snippets/*.py", recursive=True))
4242
def test_snippet(filename):
4343
runpy.run_path(filename)

0 commit comments

Comments
 (0)