Skip to content

Commit 5f4b8f6

Browse files
authored
🧪 TESTS: Pin ipython<8 (#385)
ipython v8 is only available for Python 3.8+, and it changes exception text, which fails some regression tests
1 parent 619f388 commit 5f4b8f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ rtd =
8888
testing =
8989
coverage<5.0
9090
ipykernel~=5.5
91+
# ipython v8 is only available for Python 3.8+, and it changes exception text
92+
ipython<8
9193
jupytext~=1.11.2
9294
# TODO: 3.4.0 has some warnings that need to be fixed in the tests.
9395
matplotlib~=3.3.0

0 commit comments

Comments
 (0)