Skip to content

Commit 52a55dd

Browse files
committed
ICC CI: Downgrade pytest
pytest 6 does not capture the `discard_as_unraisable` stderr and just writes a warning with its content instead.
1 parent cd7b270 commit 52a55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
run: |
417417
set +e; source /opt/intel/oneapi/setvars.sh; set -e
418418
python3 -m pip install --upgrade pip
419-
python3 -m pip install --upgrade pytest
419+
python3 -m pip install --upgrade pytest==5.4.3
420420
421421
- name: Configure
422422
shell: bash

0 commit comments

Comments
 (0)