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 55c6d7c commit 5acca71Copy full SHA for 5acca71
tests/test_make_graph.py
@@ -18,6 +18,7 @@ def test_try_load_feedstock(
18
fake_lazy_json = FakeLazyJson() # empty dict
19
20
with fake_lazy_json as loaded_lazy_json:
21
+ # FakeLazyJson is not an instance of LazyJson
22
# noinspection PyTypeChecker
23
data = try_load_feedstock(feedstock, loaded_lazy_json, mark_not_archived).data # type: ignore
24
0 commit comments