Skip to content

Commit

Permalink
ci: pytest 8 warns for deprecation warning of nose
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 8, 2024
1 parent c52b230 commit 7265b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
pip install file://$PWD/python/ipywidgets#egg=ipywidgets[test]
- name: Test with pytest
run: |
pip install pytest
pip install "pytest<8"
cd python/ipywidgets
pytest --cov=ipywidgets ipywidgets
Expand Down

0 comments on commit 7265b2f

Please sign in to comment.