File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
distro : none
123
123
base_image : " --platform=linux/arm64 quay.io/pypa/manylinux2014_aarch64"
124
124
run : |-
125
- python${{matrix.python_version}} -m pip install . pytest
125
+ CFLAGS="-DNDEBUG -g0" python${{matrix.python_version}} -m pip install . pytest
126
126
python${{matrix.python_version}} -m pytest tests
127
127
128
128
# Test if the python-isal conda package can be build. Which is linked
@@ -222,13 +222,13 @@ jobs:
222
222
# Simple tests that requires the project to be build correctly
223
223
# Skip extensive compatibility testing which is slow.
224
224
CIBW_TEST_COMMAND_LINUX : >-
225
- pytest {project}/tests/test_igzip.py
225
+ pytest -v {project}/tests/test_igzip.py
226
226
{project}/tests/test_gzip_compliance.py
227
227
{project}/tests/test_zlib_compliance.py
228
228
{project}/tests/test_igzip_lib.py
229
229
-k 'not test_compress_decompress'
230
230
CIBW_TEST_COMMAND_MACOS : >-
231
- pytest {project}/tests/test_igzip.py
231
+ pytest -v {project}/tests/test_igzip.py
232
232
{project}/tests/test_gzip_compliance.py
233
233
{project}/tests/test_zlib_compliance.py
234
234
{project}/tests/test_igzip_lib.py
You can’t perform that action at this time.
0 commit comments