Skip to content

Commit

Permalink
don't pytest CSI-helper.py directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Nov 19, 2024
1 parent 181dd21 commit 6d36c5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
from _pytest.nodes import Collector
from _pytest.doctest import DoctestModule

# cysignals-CSI only works from gdb, i.e. invoke ./testgdb.py directly
collect_ignore = ["cysignals/cysignals-CSI-helper.py"]

if platform.system() == "Windows":
collect_ignore = [
collect_ignore += [
"cysignals/alarm.pyx",
"cysignals/pselect.pyx",
"cysignals/pysignals.pyx",
Expand Down

0 comments on commit 6d36c5f

Please sign in to comment.