diff --git a/requirements/dev.txt b/requirements/dev.txt index 144a2baf45..de9e4c5575 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -35,7 +35,8 @@ parameterized==0.9.0 pytest-xdist==3.6.1 pytest-forked==1.6.0 pytest-timeout==2.3.1 -pytest-rerunfailures==14.0 +pytest-rerunfailures==15.0; python_version>="3.9" +pytest-rerunfailures==14.0; python_version<"3.9" # NOTE (hawflau): DO NOT upgrade pytest-metadata and pytest-json-report unless pytest-json-report addresses https://github.com/numirias/pytest-json-report/issues/89 pytest-metadata==3.1.1 # NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes