Skip to content

Commit 2136524

Browse files
committed
Avoid broken pytest-rerunfailures
1 parent 4dc1515 commit 2136524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/downstream_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def downstream_test_hpy(graalpy, testdir=None, args=None, env=None, check=True,
7676
hpy_test_root = hpy_root / "test"
7777
venv = testdir / 'hpy_venv'
7878
run([graalpy, "-m", "venv", str(venv)])
79-
run_in_venv(venv, ["pip", "install", "pytest", "pytest-xdist", "pytest-rerunfailures", "filelock"])
79+
run_in_venv(venv, ["pip", "install", "pytest", "pytest-xdist", "pytest-rerunfailures!=16.0", "filelock"])
8080
env = env or os.environ.copy()
8181
env["SETUPTOOLS_SCM_PRETEND_VERSION"] = "0.9.0"
8282
run_in_venv(venv, ["pip", "install", "-e", "."], cwd=str(hpy_root), env=env)

0 commit comments

Comments
 (0)