Skip to content

Commit 2726abc

Browse files
committed
[python-ldap] Add stubtest to typing CI
This helps in ensuring that the stub and the C module don't drift apart.
1 parent d7699f8 commit 2726abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ basepython = python3
9696
deps = mypy
9797
commands =
9898
{envpython} -m mypy --config-file {toxinidir}/setup.cfg {posargs}
99+
{envpython} -m mypy.stubtest --mypy-config-file {toxinidir}/setup.cfg ldap._ldap {posargs}
99100

100101
[testenv:doc]
101102
basepython = python3

0 commit comments

Comments
 (0)