File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # This file is automatically generated by scripts/dev/recompile_requirements.py
2
+
3
+ PyQt6==6.6.0
4
+ PyQt6-Qt6==6.6.0
5
+ PyQt6-sip==13.6.0
6
+ PyQt6-WebEngine==6.6.0
7
+ PyQt6-WebEngine-Qt6==6.6.0
Original file line number Diff line number Diff line change
1
+ PyQt6 >= 6.6, < 6.7
2
+ PyQt6-Qt6 >= 6.6, < 6.7
3
+ PyQt6-WebEngine >= 6.6, < 6.7
4
+ PyQt6-WebEngine-Qt6 >= 6.6, < 6.7
Original file line number Diff line number Diff line change 51
51
pyqt63: -r{toxinidir}/misc/requirements/requirements-pyqt-6.3.txt
52
52
pyqt64: -r{toxinidir}/misc/requirements/requirements-pyqt-6.4.txt
53
53
pyqt65: -r{toxinidir}/misc/requirements/requirements-pyqt-6.5.txt
54
+ pyqt66: -r{toxinidir}/misc/requirements/requirements-pyqt-6.6.txt
54
55
commands =
55
- !pyqt-!pyqt515-!pyqt5152-!pyqt62-!pyqt63-!pyqt64-!pyqt65: {envpython} scripts/link_pyqt.py --tox {envdir}
56
+ !pyqt-!pyqt515-!pyqt5152-!pyqt62-!pyqt63-!pyqt64-!pyqt65-!pyqt66 : {envpython} scripts/link_pyqt.py --tox {envdir}
56
57
{envpython} -bb -m pytest {posargs:tests}
57
58
cov: {envpython} scripts/dev/check_coverage.py {posargs}
58
59
You can’t perform that action at this time.
0 commit comments