##// END OF EJS Templates
IPython currently incompatible with pytest 7
gousaiyang -
Show More
@@ -41,7 +41,7 b' jobs:'
41 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
41 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
42 # we must instal IPython after ipykernel to get the right versions.
42 # we must instal IPython after ipykernel to get the right versions.
43 python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
43 python -m pip install --upgrade --upgrade-strategy eager flaky ipyparallel
44 python -m pip install --upgrade pytest
44 python -m pip install --upgrade 'pytest<7'
45 - name: pytest
45 - name: pytest
46 env:
46 env:
47 COLUMNS: 120
47 COLUMNS: 120
@@ -6,4 +6,4 b' sphinx-rtd-theme'
6 docrepr
6 docrepr
7 matplotlib
7 matplotlib
8 stack_data
8 stack_data
9 pytest
9 pytest<7
@@ -63,7 +63,7 b' qtconsole ='
63 qtconsole
63 qtconsole
64 terminal =
64 terminal =
65 test =
65 test =
66 pytest
66 pytest<7
67 pytest-asyncio
67 pytest-asyncio
68 testpath
68 testpath
69 test_extra =
69 test_extra =
@@ -72,7 +72,7 b' test_extra ='
72 nbformat
72 nbformat
73 numpy>=1.19
73 numpy>=1.19
74 pandas
74 pandas
75 pytest
75 pytest<7
76 testpath
76 testpath
77 trio
77 trio
78 all =
78 all =
General Comments 0
You need to be logged in to leave comments. Login now