We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a0b61 + 3d0bde5 commit e35fe57Copy full SHA for e35fe57
setup.py
@@ -48,6 +48,7 @@ def find_version(*file_paths):
48
version=find_version('PyQt5-stubs', '__init__.pyi'),
49
package_data={"PyQt5-stubs": ['*.pyi']},
50
packages=["PyQt5-stubs"],
51
+ tests_require=["PyQt5==5.13.*"],
52
classifiers=[
53
"Development Status :: 4 - Beta",
54
"Intended Audience :: Developers",
tox.ini
@@ -5,6 +5,7 @@ envlist = py36
5
deps =
6
mypy
7
pytest
8
+ PyQt5==5.13.*
9
commands =
10
mypy -p PyQt5-stubs
11
pytest {posargs}
0 commit comments