Show More
@@ -65,7 +65,7 b' jobs:' | |||
|
65 | 65 | run: | |
|
66 | 66 | python -m pip install --only-binary ':all:' --upgrade pip setuptools wheel build |
|
67 | 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 | 69 | - name: Install and update Python dependencies (dev?) |
|
70 | 70 | if: ${{ contains( matrix.python-version, 'dev' ) }} |
|
71 | 71 | run: | |
@@ -52,7 +52,6 b' doc =' | |||
|
52 | 52 | docrepr |
|
53 | 53 | matplotlib |
|
54 | 54 | stack_data |
|
55 | pytest<8 | |
|
56 | 55 | typing_extensions |
|
57 | 56 | exceptiongroup |
|
58 | 57 | %(test)s |
@@ -71,7 +70,7 b' qtconsole =' | |||
|
71 | 70 | qtconsole |
|
72 | 71 | terminal = |
|
73 | 72 | test = |
|
74 | pytest | |
|
73 | pytest<8 | |
|
75 | 74 | pytest-asyncio<0.22 |
|
76 | 75 | testpath |
|
77 | 76 | pickleshare |
General Comments 0
You need to be logged in to leave comments.
Login now