Skip to content

Commit 5d91b66

Browse files
toofardaerich
authored andcommitted
add pyqt6.6 requirements file
What is that big chain of !pyqt- etc mean? idk ref: qutebrowser#7990
1 parent bc998e8 commit 5d91b66

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ deps =
5151
pyqt63: -r{toxinidir}/misc/requirements/requirements-pyqt-6.3.txt
5252
pyqt64: -r{toxinidir}/misc/requirements/requirements-pyqt-6.4.txt
5353
pyqt65: -r{toxinidir}/misc/requirements/requirements-pyqt-6.5.txt
54+
pyqt66: -r{toxinidir}/misc/requirements/requirements-pyqt-6.6.txt
5455
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}
5657
{envpython} -bb -m pytest {posargs:tests}
5758
cov: {envpython} scripts/dev/check_coverage.py {posargs}
5859

0 commit comments

Comments
 (0)