Skip to content

Commit

Permalink
fix linux dependency test
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 6, 2025
1 parent 581a9bf commit 11f46b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvmlite/tests/test_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def test_linux(self):
self.fail("failed parsing dependencies? got %r" % (deps,))
# Ensure all dependencies are expected
allowed = set(['librt', 'libdl', 'libpthread', 'libz', 'libm',
'libgcc_s', 'libc', 'ld-linux', 'ld64'])
'libgcc_s', 'libc', 'ld-linux', 'ld64', 'libzstd'])
if platform.python_implementation() == 'PyPy':
allowed.add('libtinfo')

Expand Down

0 comments on commit 11f46b6

Please sign in to comment.