Skip to content

Commit

Permalink
tests: repin PyQt6 packages to v6.6.0
Browse files Browse the repository at this point in the history
Fix test failures caused by mismatch between the pinned PyQt6
package and unpinned corresponding PyQt6-Qt6 package.
  • Loading branch information
rokm committed Nov 1, 2023
1 parent 7e731ca commit 9255223
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/requirements-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ PyQtPurchasing==5.15.5
QScintilla==2.14.1
PyQtWebEngine==5.15.6
# PyQt6 and add-on packages
PyQt6==6.5.3
PyQt6-3D==6.5.0
PyQt6-Charts==6.5.0
PyQt6-DataVisualization==6.5.0
PyQt6-NetworkAuth==6.5.0
PyQt6==6.6.0
PyQt6-3D==6.6.0
PyQt6-Charts==6.6.0
PyQt6-DataVisualization==6.6.0
PyQt6-NetworkAuth==6.6.0
PyQt6-QScintilla==2.14.1
PyQt6-WebEngine==6.5.0
PyQt6-WebEngine==6.6.0
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
Expand Down

0 comments on commit 9255223

Please sign in to comment.