Skip to content

Commit

Permalink
TST: move macos py311 to tests, cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Oct 28, 2022
1 parent be59661 commit 8708479
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Workflows
name: CI Tests

on:
push:
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
- macos: py310-test-pyqt515
- macos: py310-test-pyside63
- macos: py310-test-pyqt64
- macos: py311-test-pyqt515
# Test some configurations on Windows
- windows: py38-test-pyqt514
Expand Down Expand Up @@ -88,11 +89,11 @@ jobs:
envs: |
# PySide6 6.4 failures due to https://github.com/spyder-ide/qtpy/issues/373
# and https://github.com/matplotlib/matplotlib/issues/24155
# Python 3.11.0 not yet available on all platforms.
# Python 3.11.0 failing on Windows in test_image.py on
# > assert df.find_factory(fname) is df.img_data
- linux: py310-test-pyside64
- windows: py310-test-pyside64
- linux: py311-test-pyside64
- macos: py311-test-pyqt515
- macos: py311-test-pyside64
- windows: py311-test-pyqt515
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ License
Glue is licensed under the `BSD
License <https://github.com/glue-viz/glue/blob/master/LICENSE>`__.

.. |Actions Status| image:: https://github.com/glue-viz/glue/workflows/CI%20Workflows/badge.svg
.. |Actions Status| image:: https://github.com/glue-viz/glue/actions/workflows/ci_workflows.yml/badge.svg
:target: https://github.com/glue-viz/glue/actions
:alt: Glue's GitHub Actions CI Status
.. |Coverage Status| image:: https://codecov.io/gh/glue-viz/glue/branch/master/graph/badge.svg
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ test =
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 8708479

Please sign in to comment.