Commit f8e2bef
committed
fix: Tests were broken by wheel>=0.46.2 release
`wheel` package 0.46 moved the `cli` sub-package into a private
namespace. Import `WheelError` from `wheel.wheelfile`. The change is
backwards compatible with older versions.
Signed-off-by: Christian Heimes <cheimes@redhat.com>1 parent 9b57894 commit f8e2bef
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments