Skip to content

Commit

Permalink
Merge pull request #2288 from Ericgig/bug.cython.warn
Browse files Browse the repository at this point in the history
Ignore deprecation warnings from cython 0.29
  • Loading branch information
Ericgig committed Jan 8, 2024
2 parents 1a39acd + c445ffe commit ec33e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
scipy-requirement: ">=1.5,<1.6"
condaforge: 1
oldcython: 1
pytest-extra-options: "-W ignore:dep_util:DeprecationWarning"

# No MKL runs. MKL is now the default for conda installations, but
# not necessarily for pip.
Expand All @@ -75,6 +76,7 @@ jobs:
python-version: "3.10"
condaforge: 1
oldcython: 1
pytest-extra-options: "-W ignore:dep_util:DeprecationWarning"

# Python 3.11 and latest numpy
# Use conda-forge to provide Python 3.11 and latest numpy
Expand Down
1 change: 1 addition & 0 deletions doc/changes/2288.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignore deprecation warnings from cython 0.29.X in tests.

0 comments on commit ec33e6b

Please sign in to comment.