From 825c72ba9ead9f9c7f4a3b526b66fc705fd5267d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Dec 2019 18:30:25 +0000 Subject: Debug use_cython Wheel builds now, but testing fails with "dll load failed" --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 206a430..5938c01 100644 --- a/setup.py +++ b/setup.py @@ -345,6 +345,8 @@ def cibuildwheel_windows(): import time time.sleep(5) + print("*** USE CYTHON = %s\n" % USE_CYTHON) + raise ValueError(USE_CYTHON) if __name__ == "__main__": -- cgit v1.2.3