8000 setuptools_scm now needed during 'make check-stubs' · adafruit/circuitpython@f914995 · GitHub
[go: up one dir, main page]

Skip to content

Commit f914995

Browse files
committed
setuptools_scm now needed during 'make check-stubs'
1 parent 91ed9fa commit f914995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-stubs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rm -rf test-stubs
33
python3 -m venv test-stubs
44
. test-stubs/bin/activate
5-
pip install mypy isort black adafruit-circuitpython-typing wheel build
5+
pip install mypy isort black adafruit-circuitpython-typing wheel build setuptools_scm
66
rm -rf circuitpython-stubs .mypy_cache
77
make stubs
88
# Allow either dash or underscore as separator. setuptools v69.3.0 changed from "-" to "_".

0 commit comments

Comments
 (0)
0