Skip to content

Commit bb59892

Browse files
committed
fix linux dependency test
As title
1 parent 0924039 commit bb59892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvmlite/tests/test_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def test_linux(self):
718718
self.fail("failed parsing dependencies? got %r" % (deps,))
719719
# Ensure all dependencies are expected
720720
allowed = set(['librt', 'libdl', 'libpthread', 'libz', 'libm',
721-
'libgcc_s', 'libc', 'ld-linux', 'ld64'])
721+
'libgcc_s', 'libc', 'ld-linux', 'ld64', 'libzstd'])
722722
if platform.python_implementation() == 'PyPy':
723723
allowed.add('libtinfo')
724724

0 commit comments

Comments
 (0)