Skip to content

Commit

Permalink
ci: restrict typing-extensions version for py37 tests
Browse files Browse the repository at this point in the history
For some reason, it looks like a version of typing-extensions that's too modern for Python 3.7 is picked otherwise. This could be related to the conda-forge version of typing-extensions having the wrong minimum python version listed, see [this comment](python/typing_extensions#282 (comment)).
  • Loading branch information
iisakkirotko committed Dec 18, 2024
1 parent 5ebab1c commit 6d13145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ changedir =
test: .tmp/{envname}
notebooks: examples
deps =
# Otherwise the wrong version of typing-extensions is installed
py37-test: typing-extensions<4.8.0
py37-notebooks: typing-extensions<4.8.0
test: pytest
test: pytest-cov
test: notebook<7
Expand Down

0 comments on commit 6d13145

Please sign in to comment.