Skip to content

Commit 0b1ca26

Browse files
committed
Remove public_objects fixture reference
1 parent 0c5610c commit 0b1ca26

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,7 @@ def test_api_matches_inventory(inventory: Inventory, public_objects: list[griffe
172172

173173

174174
@pytest.mark.parametrize("tested_module", [griffe, griffecli])
175-
def test_inventory_matches_api(
176-
inventory: Inventory,
177-
public_objects: list[griffe.Object | griffe.Alias],
178-
tested_module: ModuleType,
179-
) -> None:
175+
def test_inventory_matches_api(inventory: Inventory, tested_module: ModuleType) -> None:
180176
"""The inventory doesn't contain any additional Python object."""
181177
loader = _load_module(tested_module)
182178
public_api = _get_public_api(tested_module, loader=loader)

0 commit comments

Comments
 (0)