We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181dd21 commit 6d36c5fCopy full SHA for 6d36c5f
src/conftest.py
@@ -4,8 +4,11 @@
4
from _pytest.nodes import Collector
5
from _pytest.doctest import DoctestModule
6
7
+# cysignals-CSI only works from gdb, i.e. invoke ./testgdb.py directly
8
+collect_ignore = ["cysignals/cysignals-CSI-helper.py"]
9
+
10
if platform.system() == "Windows":
- collect_ignore = [
11
+ collect_ignore += [
12
"cysignals/alarm.pyx",
13
"cysignals/pselect.pyx",
14
"cysignals/pysignals.pyx",
0 commit comments