From 7265b2fe148f9d7b88395cc6d8766010d446d744 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Thu, 8 Feb 2024 14:20:17 +0100 Subject: [PATCH] ci: pytest 8 warns for deprecation warning of nose See #3883 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17feee7ab4..997ce41cdb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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