Skip to content

Commit 6d36c5f

Browse files
committed
don't pytest CSI-helper.py directly
1 parent 181dd21 commit 6d36c5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/conftest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
from _pytest.nodes import Collector
55
from _pytest.doctest import DoctestModule
66

7+
# cysignals-CSI only works from gdb, i.e. invoke ./testgdb.py directly
8+
collect_ignore = ["cysignals/cysignals-CSI-helper.py"]
9+
710
if platform.system() == "Windows":
8-
collect_ignore = [
11+
collect_ignore += [
912
"cysignals/alarm.pyx",
1013
"cysignals/pselect.pyx",
1114
"cysignals/pysignals.pyx",

0 commit comments

Comments
 (0)