From c5807e09ec2909b34c81468c446c31802f6024d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 26 May 2021 18:49:43 +0200 Subject: [PATCH] fix coverage --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4516a51..0867276 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,10 @@ if 'DEBUG' in os.environ: build_kwargs.update(gdb_debug=True) directives.update(embedsignature=True, profile=True, - linetrace=True) - multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1')] + linetrace=True, + binding=True) + multi_kwargs['define_macros'] = [('CYTHON_TRACE', '1'), + ('CYTHON_TRACE_NOGIL', '1')] setup(version='1.7', -- GitLab