Skip to content

Commit

Permalink
Re-enable ignoring the cgi deprecation raised by Cython.Tempita.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Feb 10, 2023
1 parent b4e5756 commit 19f5bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,16 @@ jobs:

# Python 3.11 and latest numpy
# Use conda-forge to provide Python 3.11 and latest numpy
# Ignore deprecation of the cgi module in Python 3.11 that is
# still imported by Cython.Tempita. This was addressed in
# https://github.com/cython/cython/pull/5128 but not backported
# to any currently released version.
- case-name: Python 3.11
os: ubuntu-latest
python-version: "3.11"
condaforge: 1
conda-extra-pkgs: "suitesparse" # for compiling cvxopt
pytest-extra-options: "-W ignore::DeprecationWarning:Cython.Tempita"

# Windows. Once all tests pass without special options needed, this
# can be moved to the main os list in the test matrix. All the tests
Expand Down

0 comments on commit 19f5bc8

Please sign in to comment.