Skip to content

Commit 7265b2f

Browse files
ci: pytest 8 warns for deprecation warning of nose
See #3883
1 parent c52b230 commit 7265b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
pip install file://$PWD/python/ipywidgets#egg=ipywidgets[test]
9797
- name: Test with pytest
9898
run: |
99-
pip install pytest
99+
pip install "pytest<8"
100100
cd python/ipywidgets
101101
pytest --cov=ipywidgets ipywidgets
102102

0 commit comments

Comments
 (0)