##// END OF EJS Templates
pin pytest differently
Matthias Bussonnier -
Show More
@@ -65,7 +65,7 b' jobs:'
65 run: |
65 run: |
66 python -m pip install --only-binary ':all:' --upgrade pip setuptools wheel build
66 python -m pip install --only-binary ':all:' --upgrade pip setuptools wheel build
67 python -m pip install --only-binary ':all:' --no-binary curio --upgrade -e .[${{ matrix.deps }}]
67 python -m pip install --only-binary ':all:' --no-binary curio --upgrade -e .[${{ matrix.deps }}]
68 python -m pip install --only-binary ':all:' --upgrade check-manifest pytest-cov pytest-json-report
68 python -m pip install --only-binary ':all:' --upgrade check-manifest pytest-cov pytest-json-report 'pytest<8'
69 - name: Install and update Python dependencies (dev?)
69 - name: Install and update Python dependencies (dev?)
70 if: ${{ contains( matrix.python-version, 'dev' ) }}
70 if: ${{ contains( matrix.python-version, 'dev' ) }}
71 run: |
71 run: |
@@ -52,7 +52,6 b' doc ='
52 docrepr
52 docrepr
53 matplotlib
53 matplotlib
54 stack_data
54 stack_data
55 pytest<8
56 typing_extensions
55 typing_extensions
57 exceptiongroup
56 exceptiongroup
58 %(test)s
57 %(test)s
@@ -71,7 +70,7 b' qtconsole ='
71 qtconsole
70 qtconsole
72 terminal =
71 terminal =
73 test =
72 test =
74 pytest
73 pytest<8
75 pytest-asyncio<0.22
74 pytest-asyncio<0.22
76 testpath
75 testpath
77 pickleshare
76 pickleshare
General Comments 0
You need to be logged in to leave comments. Login now