Skip to content

Commit 7bfee6f

Browse files
SnoopJDanie-1
authored andcommitted
Invoke build command in typing file test
Co-authored-by: Daniel Naylor <daniel@ggim.me>
1 parent 2bfc431 commit 7bfee6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/test_build_py.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def test_type_files_included_by_default(self, tmpdir_cwd, pyproject, example):
421421
jaraco.path.build(structure)
422422

423423
build_py = get_finalized_build_py()
424+
build_py.run_command("build")
424425
outputs = get_outputs(build_py)
425426
assert expected_type_files <= outputs
426427

0 commit comments

Comments
 (0)