Commit d27e57d
committed
Fix "ImportError: No module named backports"
AppVeyor doesn't have backports installed in the 2.7 test so xz decompression fails.
Should fix the following errors:
ERROR: Test reading xz-compressed tables from URL: compression="infer", engine="python"
ERROR: Test reading xz-compressed tables from URL: compression="infer", engine="c"1 parent 97a1c25 commit d27e57d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments