From ae9d0c9744a9e16f8a63f3f60efb9bc9f7d2a309 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 16 Sep 2024 16:45:48 +0200 Subject: [PATCH] remove pytest-rerunfailures dependency Not needed anymore. Change-Id: I26b6270892af34fb2d4a5ef4aecb7da5d0371e25 Reviewed-on: https://forge.frm2.tum.de/review/c/frm2/nicos/nicos/+/34659 Tested-by: Jenkins Automated Tests Reviewed-by: Konstantin Kholostov Reviewed-by: Enrico Faulhaber Reviewed-by: Bjoern Pedersen --- INSTALL | 2 +- requirements-dev.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 18b329a71..07aa39014 100644 --- a/INSTALL +++ b/INSTALL @@ -135,7 +135,7 @@ where 'distro' stands for: * Development and documentation build:: - apt-get install python3-{sip-dev,pytest,pytest-cov,pytest-timeout,pytest-rerunfailures,coverage} + apt-get install python3-{sip-dev,pytest,pytest-cov,pytest-timeout,coverage} apt-get install python3-{sphinx,sphinx-rtd-theme,sphinxcontrib.seqdiag} apt-get install python3-pyqt5-{dev,dev-tools} diff --git a/requirements-dev.txt b/requirements-dev.txt index 43a3c29fe..dc3d2debf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,4 +17,3 @@ yapf>=0.12.0 pytest-randomly>=1.1 pyftpdlib sphinxcontrib-seqdiag -pytest-rerunfailures