Commit 6bf6716
committed
Fix test for pip 26.1 uninstall behavior
pip 26.1 (pypa/pip#13725) tracks the entire __pycache__ directory for
removal instead of individual .pyc files, which breaks pip's empty
parent directory cleanup. Empty leftover dirs (pip/, _distutils_hack/)
now remain after uninstall. Filter empty directory trees out of the
post-uninstall assertion.1 parent e32aedf commit 6bf6716
2 files changed
Lines changed: 6 additions & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
0 commit comments