Skip to content

Commit 55c6d7c

Browse files
committed
doc: remove incorrect docstring
1 parent 7ae48c5 commit 55c6d7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_make_graph.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
def test_try_load_feedstock(
1111
request: pytest.FixtureRequest, mark_not_archived: bool, container_enabled: bool
1212
):
13-
"""
14-
If executed without containers (which is the default), try_load_feedstock should return the
15-
correct LazyJSON data.
16-
"""
1713
if container_enabled:
1814
request.getfixturevalue("use_containers")
1915

0 commit comments

Comments
 (0)