Skip to content

Commit fce8532

Browse files
authored
Merge branch 'master' into master
2 parents 27f0204 + e2461e7 commit fce8532

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def find_version(*file_paths):
4747
long_description_content_type="text/markdown",
4848
version=find_version('PyQt5-stubs', '__init__.pyi'),
4949
package_data={"PyQt5-stubs": ['*.pyi']},
50-
install_requires=["PyQt5==5.14.*"],
5150
packages=["PyQt5-stubs"],
51+
tests_require=["PyQt5==5.14.*"],
5252
classifiers=[
5353
"Development Status :: 4 - Beta",
5454
"Intended Audience :: Developers",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ deps =
66
mypy
77
pytest
88
pip>=20.0
9+
PyQt5==5.14.*
910
commands =
1011
mypy -p PyQt5-stubs
1112
pytest {posargs}

0 commit comments

Comments
 (0)