Skip to content

Commit 217cd7c

Browse files
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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exclude_list.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@
4949
- package_name: 'ruamel.yaml.clib'
5050
version: '==0.2.8'
5151
python: '==3.13'
52+
53+
# Esptool wheels many times are faulty. Mostly because it installs "esptool.py" which collides with the package name.
54+
- package_name: 'esptool'

0 commit comments

Comments
 (0)