Skip to content

Commit 72b309b

Browse files
committed
stubtest --allow-list in tox
1 parent 6144eef commit 72b309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps =
99
commands =
1010
pip install PyQt5==5.15.* PyQt3D==5.15.*
1111
mypy -p PyQt5-stubs
12-
stubtest PyQt5
12+
stubtest --allow-list {toxinidir}/stubtest.allowlist PyQt5
1313
pytest {posargs}
1414

1515
[pytest]

0 commit comments

Comments
 (0)