Skip to content

Commit

Permalink
TST: remove workarounds now that contourpy has unpinned nightlies (as…
Browse files Browse the repository at this point in the history
…tropy#16122)

* TST: remove workarounds now that contourpy has unpinned nightlies

* TST: Recombine mpldev into devdeps CI job while retaining mpldev for image tests.

---------

Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
  • Loading branch information
neutrinoceros and pllim authored Mar 8, 2024
1 parent 06f9f34 commit 3521b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,3 @@ jobs:
- name: (Allowed Failure) Python 3.12 with remote data and dev version of key dependencies
linux: py312-test-devdeps
posargs: --remote-data=any --verbose
# https://github.com/matplotlib/matplotlib/issues/26847
- name: (Allowed Failure) Python 3.12 with dev version of matplotlib
linux: py312-test-mpldev
posargs: --verbose
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{310,311,312,dev}-test{,-recdeps,-alldeps,-oldestdeps,-devdeps,-mpldev,-devinfra,-predeps,-numpy123,-numpy124,-numpy125,-mpl334}{,-cov}{,-clocale}{,-fitsio}{,-noscipy}
py{310,311,312,dev}-test{,-recdeps,-alldeps,-oldestdeps,-devdeps,-devinfra,-predeps,-numpy123,-numpy124,-numpy125,-mpl334}{,-cov}{,-clocale}{,-fitsio}{,-noscipy}
# Only these two exact tox environments have corresponding figure hash files.
py310-test-image-mpl334-cov
py310-test-image-mpldev-cov
Expand Down Expand Up @@ -85,10 +85,9 @@ deps =
# or nightly wheel of key dependencies.
devdeps-!noscipy: scipy>=0.0.dev0
devdeps: numpy>=0.0.dev0
devdeps-!noscipy: matplotlib>=0.0.dev0
devdeps: pyerfa>=0.0.dev0

# We separate out mpldev from devdeps because it pulls in contourpy
# that pins numpy<2 (https://github.com/matplotlib/matplotlib/issues/26847)
mpldev: matplotlib>=0.0.dev0

# Latest developer version of infrastructure packages.
Expand Down

0 comments on commit 3521b0a

Please sign in to comment.