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 27f0204 + e2461e7 commit fce8532Copy full SHA for fce8532
setup.py
@@ -47,8 +47,8 @@ def find_version(*file_paths):
47
long_description_content_type="text/markdown",
48
version=find_version('PyQt5-stubs', '__init__.pyi'),
49
package_data={"PyQt5-stubs": ['*.pyi']},
50
- install_requires=["PyQt5==5.14.*"],
51
packages=["PyQt5-stubs"],
+ tests_require=["PyQt5==5.14.*"],
52
classifiers=[
53
"Development Status :: 4 - Beta",
54
"Intended Audience :: Developers",
tox.ini
@@ -6,6 +6,7 @@ deps =
6
mypy
7
pytest
8
pip>=20.0
9
+ PyQt5==5.14.*
10
commands =
11
mypy -p PyQt5-stubs
12
pytest {posargs}
0 commit comments