We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2f28e commit 7defac7Copy full SHA for 7defac7
1 file changed
.github/workflows/CI-unixish.yml
@@ -133,6 +133,7 @@ jobs:
133
# TODO: how to run this without copying the file?
134
cp build.cmake.signal/bin/test-s* .
135
python3 -m pytest -Werror --strict-markers -vv test/signal/test-signalhandler.py
136
+ rm test-signalhandler
137
138
# no unix backtrace support on MacOs
139
- name: Test Stacktrace
@@ -143,6 +144,7 @@ jobs:
143
144
145
cp build.cmake.stack/bin/test-s* .
146
python3 -m pytest -Werror --strict-markers -vv test/signal/test-stacktrace.py
147
+ rm test-stacktrace
148
149
# TODO: move to scriptcheck.yml so these are tested with all Python versions?
150
- name: Test addons
0 commit comments