Skip to content

Commit

Permalink
tox.ini: Use PyQt6 6.3.* for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Sep 22, 2022
1 parent ee8afe6 commit 2744dfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ setenv =
QT_API=PyQt6
ANYQT_HOOK_DENY=pyqt5
deps =
PyQt6==6.2.*
PyQt6-Qt6==6.2.*
PyQt6-WebEngine==6.2.*
PyQt6-WebEngine-Qt6==6.2.*
PyQt6==6.3.*
PyQt6-Qt6==6.3.*
PyQt6-WebEngine==6.3.*
PyQt6-WebEngine-Qt6==6.3.*

commands =
python -m unittest -v Orange.widgets.tests
Expand Down

0 comments on commit 2744dfb

Please sign in to comment.