Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore deprecation warnings from cython 0.29 #2288

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.