Skip to content

Commit 42e5ba2

Browse files
committed
First import in order to check errors
1 parent 0267edc commit 42e5ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ setenv=
2929
CFLAGS=-lasan -fsanitize=address -fno-omit-frame-pointer
3030
allowlist_externals=bash
3131
commands=
32-
bash -c 'export LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) && printenv LD_PRELOAD && pytest tests'
32+
bash -c 'export LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) && printenv LD_PRELOAD && python -c "from isal import isal_zlib" && pytest tests'
3333

3434
[testenv:compliance]
3535
deps=pytest

0 commit comments

Comments
 (0)