Skip to content

Commit 3efb38f

Browse files
committed
Fix a pytest invoke for emscripten
1 parent 5077397 commit 3efb38f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_testing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ def test_test_sources(tmp_path):
210210
project_dir,
211211
add_env={
212212
"CIBW_TEST_REQUIRES": "pytest",
213-
"CIBW_TEST_COMMAND": "pytest",
214-
"CIBW_TEST_COMMAND_WINDOWS": "pytest",
213+
"CIBW_TEST_COMMAND": utils.invoke_pytest(),
215214
"CIBW_TEST_SOURCES": "test",
216215
},
217216
)

0 commit comments

Comments
 (0)