Skip to content

Commit

Permalink
Merge pull request #2272 from dhomeier/pyqt515-tests
Browse files Browse the repository at this point in the history
Re-enable PyQt 5.15 tests
  • Loading branch information
dhomeier authored Feb 5, 2022
2 parents 3d09f59 + c7c3e34 commit 2d64631
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:

xvfb: true
coverage: codecov

# The Linux PyQt 5.15 installation requires apt-getting its xcb deps
libraries:
apt:
- libxkbcommon-x11-0
- libxcb.*-dev
- libxkbcommon-x11-dev
brew:
- enchant

Expand All @@ -33,28 +36,27 @@ jobs:
- linux: py37-test-pyqt512
- linux: py37-test-pyqt513-all
- linux: py38-test-pyqt514

# TODO: The PyQt 5.15 builds have never passed, need to investigate why
# - linux: py39-test-pyqt515
# - linux: py310-test-pyqt515
- linux: py39-test-pyqt515
# FIXME: The PySide builds are broken, needs investigating
# - linux: py36-test-pyside512
# - linux: py37-test-pyside513-all
# - linux: py38-test-pyside514

# Test against latest developer versions of some packages
- linux: py310-test-pyqt514-dev-all
- linux: py310-test-pyqt515-dev-all

# Test a few configurations on MacOS X
- macos: py37-test-pyqt513
- macos: py38-test-pyqt514-all
- macos: py310-test-pyqt515-all
# FIXME: The PySide builds are broken, needs investigating
# - macos: py37-test-pyside513

# Test a few configurations on Windows
- windows: py37-test-pyqt510
# FIXME: The following fails due to https://github.com/jupyter/qtconsole/issues/400
# - windows: py38-test-pyqt514-all
# The following failed due to https://github.com/jupyter/qtconsole/issues/400 - fixed upstream
- windows: py38-test-pyqt514-all
- windows: py310-test-pyqt515
# FIXME: The PySide builds are broken, needs investigating
# - windows: py37-test-pyside513-all

Expand Down

0 comments on commit 2d64631

Please # to comment.