Skip to content

Commit 12364cc

Browse files
author
tanbro
committed
test: add type stubs for redis, PyYAML, and Pygments
- Install additional type stubs for redis, PyYAML, and Pygments in the test environment - Enhance type checking and improve test coverage by including these dependencies
1 parent 8278ff5 commit 12364cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ do
1818
trap 'rm -rf $TMPDIR' EXIT
1919
${PYTHON} -m venv $TMPDIR
2020
echo
21-
$TMPDIR/bin/pip install --no-compile -e . -r tests/requirements.txt ruff mypy pytest pytest-cov
21+
$TMPDIR/bin/pip install --no-compile -e . -r tests/requirements.txt ruff mypy pytest pytest-cov types-redis types-PyYAML types-Pygments
2222
echo
2323
echo "Lint check:"
2424
$TMPDIR/bin/ruff check

0 commit comments

Comments
 (0)