Skip to content

Commit 4020e26

Browse files
authored
MAINT: limit ipython in tox job, too (#687)
* MAINT: adding ipython/coconut limit into tox * MAINT: adding pip, too
1 parent b7387d5 commit 4020e26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ commands = pytest {posargs}
2828
[testenv:docs-{update,clean}]
2929
extras = rtd
3030
deps =
31-
ipython
31+
# this is only required by coconut kernel
32+
# Version limit is due to coconut and ipython inncompatibility as of 24/4/2025
33+
ipython<9
34+
pip
3235
setenv =
3336
BUILDER = {env:BUILDER:html}
3437
allowlist_externals =

0 commit comments

Comments
 (0)