From 94f01fb463a280130caa0c61b45dc6d6db77741c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 17 Jan 2024 15:18:31 +0100 Subject: [PATCH] completly unpin pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f600d2bc..e6839a54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Install and update Python dependencies on Python 3 run: | python -m pip install --upgrade pip setuptools wheel - python -m pip install --upgrade "pexpect>=3.3" 'pytest<=7' rlipython ipykernel==5.4.3 requests jupyter flaky 'notebook<6.1' 'prompt_toolkit<3.0.15' wheel 'jupyter_console>=6.2' 'pytest-cov<3' ipython 'coverage<6.3' pytest-json-report + python -m pip install --upgrade "pexpect>=3.3" 'pytest' rlipython ipykernel==5.4.3 requests jupyter flaky 'notebook<6.1' 'prompt_toolkit<3.0.15' wheel 'jupyter_console>=6.2' 'pytest-cov<3' ipython 'coverage<6.3' pytest-json-report pip install -e . - name: test release build run: |