Skip to content
  • Guillaume Abrioux's avatar
    tests: enforce pytest-rerunfailures version · 19097026
    Guillaume Abrioux authored
    
    
    This commit enforces the pytest-rerunfailures installed so it's <9.0
    
    This is to avoid the following error:
    
    ```
    ERROR: pytest-rerunfailures 9.0 has requirement pytest>=5.0, but you'll have pytest 4.6.11 which is incompatible.
    ```
    
    latest version of pytest-rerunfailures isn't compatible with the version
    of pytest we are using.
    
    Signed-off-by: default avatarGuillaume Abrioux <gabrioux@redhat.com>
    19097026
This project manages its dependencies using pip. Learn more