Commit 217cd7c
committed
change: Don't build esptool wheels
esptool.py version installed from the 4.9.1 wheel produces the following
error:
ModuleNotFoundError: No module named 'esptool.__init__'; 'esptool' is not a package
The issue is not present if the package is installed from tar.gz.
pytest-embedded is also broken because of this issue.
See also espressif/esptool#1107.1 parent 42ff8a4 commit 217cd7c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments