Revert "Create a workaround to install PyQT 6.5.2 until release"

This reverts commit ed70741587.
This commit is contained in:
Florian Bruhin 2023-07-24 20:12:17 +02:00
parent 99379be292
commit 8fcd42fa12
1 changed files with 0 additions and 3 deletions

View File

@ -493,9 +493,6 @@ def install_pyqt(venv_dir, args):
install_pyqt_binary(venv_dir, args.pyqt_version)
if args.pyqt_snapshot:
install_pyqt_shapshot(venv_dir, args.pyqt_snapshot.split(','))
# Workaround until pyqt 6.5.2 is released on pypi
elif args.pyqt_version in ("6.5", "6", "auto"):
install_pyqt_shapshot(venv_dir, ["PyQt6-Qt6", "PyQt6-WebEngine-Qt6"])
elif args.pyqt_type == 'source':
install_pyqt_source(venv_dir, args.pyqt_version)
elif args.pyqt_type == 'link':