Skip to content

Commit b4fec25

Browse files
committed
Fix test
1 parent 7ee5d9c commit b4fec25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/test_policy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ def test_filter_libs(self):
172172
"ld-linux-x86_64.so.1",
173173
"ld64.so.1",
174174
"ld64.so.2",
175-
"libpython3.7m.so.1.0",
176-
"libpython3.9.so.1.0",
177-
"libpython3.10.so.1.0",
178-
"libpython999.999.so.1.0",
179175
]
180176
unfiltered_libs = ["libfoo.so.1.0", "libbar.so.999.999.999"]
181177
libs = filtered_libs + unfiltered_libs

0 commit comments

Comments
 (0)