Skip to content

Commit 3e82d6f

Browse files
dnicolodirgommers
authored andcommitted
MAINT: resolve Meson warning in test package
1 parent 041ed59 commit 3e82d6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/packages/imports-itself-during-build/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ project('imports-itself-during-build', 'c', version: '1.0.0')
77
py = import('python').find_installation()
88

99
py.install_sources('pure.py')
10+
1011
py.extension_module(
1112
'plat',
1213
'plat.c',
1314
install: true,
1415
)
1516

16-
run_command(py, '-c', 'import pure')
17+
run_command(py, '-c', 'import pure', check: false)

0 commit comments

Comments
 (0)