Skip to content

Commit f0ce9ce

Browse files
authored
Update tests/test_pythoncapi_compat.py
1 parent 8cabe0d commit f0ce9ce

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
@@ -62,7 +62,7 @@ def build_ext():
6262
display_title("Build test extensions")
6363
if os.path.exists("build"):
6464
shutil.rmtree("build")
65-
cmd = [sys.executable, "setup.py", "build", "--debug"]
65+
cmd = [sys.executable, "setup.py", "build"]
6666
if VERBOSE:
6767
run_command(cmd)
6868
print()

0 commit comments

Comments
 (0)