Skip to content

Commit a57ac88

Browse files
authored
[CI] Pin pytest-rerunfailures<16 (#4994)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 496c07e commit a57ac88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-update-translator-cid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install test dependencies
6060
if: ${{ env.TARGET_PRID == null }}
6161
run: |
62-
pip install pytest pytest-xdist pytest-rerunfailures pytest-skip pytest-timeout expecttest
62+
pip install pytest pytest-xdist 'pytest-rerunfailures<16' pytest-skip pytest-timeout expecttest
6363
pip install git+https://github.com/kwasd/[email protected]
6464
6565
- name: Get commit ID from Triton's spirv-llvm-translator.conf

scripts/docs-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export TRITON_PROJ=$BASE/intel-xpu-backend-for-triton
3636
export TRITON_PROJ_BUILD=$TRITON_PROJ/python/build
3737
export SCRIPTS_DIR=$(cd $(dirname "$0") && pwd)
3838

39-
python3 -m pip install lit pytest pytest-xdist pytest-rerunfailures pytest-skip
39+
python3 -m pip install lit pytest pytest-xdist 'pytest-rerunfailures<16' pytest-skip
4040

4141
source $SCRIPTS_DIR/pytest-utils.sh
4242
$SCRIPTS_DIR/install-pytorch.sh $([ $VENV = true ] && echo "--venv")

scripts/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tabulate
1313
# Used by test-triton.sh
1414
pytest-xdist
1515
pytest-forked
16-
pytest-rerunfailures
16+
pytest-rerunfailures<16
1717
pytest-skip
1818
pytest-timeout
1919

0 commit comments

Comments
 (0)