Skip to content

Commit

Permalink
TST: introduce 3.11.0 (disabling h5py on macOS and Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Oct 28, 2022
1 parent e236982 commit 1dfbd83
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- libhdf5-dev
brew:
- enchant
- hdf5
envs: |
# Standard tests
Expand All @@ -48,9 +47,8 @@ jobs:
- linux: py310-test-pyside63
- linux: py310-test-pyqt63-all
- linux: py310-test-pyqt64-all
- name: Python 3.11 rc with PySide6 (Linux)
linux: py311-test-pyside63
python-version: '3.11.0-rc.2'
- name: Python 3.11 with PyQt5.14 (Linux)
linux: py311-test-pyqt514
# Documentation build
- linux: py38-docs-pyqt514
Expand All @@ -63,22 +61,19 @@ jobs:
- macos: py310-test-pyqt515
- macos: py310-test-pyside63
- macos: py310-test-pyqt64
- name: Python 3.11 rc with Qt5.15 (macOS)
- name: Python 3.11 with PyQt5.15 (macOS)
macos: py311-test-pyqt515
python-version: '3.11.0-rc.2'
# Test some configurations on Windows
- windows: py38-test-pyqt514
- windows: py310-test-pyqt63
- name: Python 3.11 rc with Qt5.14 (Windows)
windows: py311-test-pyqt514
python-version: '3.11.0-rc.2'
- name: Python 3.11 with PyQt5.15 (Windows)
windows: py311-test-pyqt515
# Test against latest developer versions of some packages
- linux: py310-test-pyqt515-dev-all
- name: Python 3.11 rc with Qt6.4 (Linux)
- name: Python 3.11 with PyQt6.4 (Linux)
linux: py311-test-pyqt64-dev
python-version: '3.11.0-rc.2'
allowed_failures:
needs: initial_checks
Expand All @@ -101,9 +96,10 @@ jobs:
# and https://github.com/matplotlib/matplotlib/issues/24155
- linux: py310-test-pyside64
- windows: py310-test-pyside64
- name: Python 3.11 rc with PySide6 6.4 (macOS)
- name: Python 3.11 with PySide6 (Linux)
linux: py311-test-pyside64
- name: Python 3.11 with PySide6 6.4 (macOS)
macos: py311-test-pyside64
python-version: '3.11.0-rc.2'
# Windows docs build
- windows: py310-docs-pyqt515
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ install_requires =
ipykernel>=4.0,!=5.0.0,!=5.1.0
qtconsole>=4.3
dill>=0.2
h5py>=2.10; python_version<'3.11'
xlrd>=1.2
openpyxl>=3.0
h5py>=2.10
mpl-scatter-density>=0.7
pvextractor>=0.2

Expand Down Expand Up @@ -74,6 +74,7 @@ all =
scikit-image
PyAVM
astrodendro
h5py>=2.10
spectral-cube
# See https://github.com/python-pillow/Pillow/issues/4509
# for why we exclude pillow 7.1.0
Expand All @@ -97,6 +98,8 @@ test =
pytest-cov
pytest-faulthandler
pytest-flake8
h5py>=2.10; platform_system=="Linux"
h5py>=2.10; python_version<'3.11'
objgraph

[options.package_data]
Expand Down

0 comments on commit 1dfbd83

Please sign in to comment.