Skip to content

Commit 9f06c60

Browse files
committed
test_analyze_wheel_abi: add failing test case
Add a failing test case confiring that environment is not being correctly reset.
1 parent 0934b8f commit 9f06c60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/test_bundled_wheels.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
frozenset([f"{HERE}/*"]),
6060
"LD_LIBRARY_PATH",
6161
),
62+
(
63+
"cffi-1.5.0-cp27-none-linux_x86_64.whl",
64+
{"libffi.so.5", "libpython2.7.so.1.0"},
65+
frozenset([f"{HERE}/*"]),
66+
None,
67+
),
6268
(
6369
"cffi-1.5.0-cp27-none-linux_x86_64.whl",
6470
{"libpython2.7.so.1.0"},

0 commit comments

Comments
 (0)