Skip to content

Commit 251f637

Browse files
committed
copy C_TESTS
1 parent 3627651 commit 251f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pythoncapi_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def main():
228228

229229
build_ext()
230230

231-
tests = C_TESTS
231+
tests = list(C_TESTS)
232232
if TEST_CXX:
233233
tests += CXX_TESTS
234234
for module_name, lang in tests:

0 commit comments

Comments
 (0)