Skip to content

Commit

Permalink
remove pytest-rerunfailures dependency
Browse files Browse the repository at this point in the history
Not needed anymore.

Change-Id: I26b6270892af34fb2d4a5ef4aecb7da5d0371e25
Reviewed-on: https://forge.frm2.tum.de/review/c/frm2/nicos/nicos/+/34659
Tested-by: Jenkins Automated Tests <[email protected]>
Reviewed-by: Konstantin Kholostov <[email protected]>
Reviewed-by: Enrico Faulhaber <[email protected]>
Reviewed-by: Bjoern Pedersen <[email protected]>
  • Loading branch information
birkenfeld committed Sep 17, 2024
1 parent fa78182 commit ae9d0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ yapf>=0.12.0
pytest-randomly>=1.1
pyftpdlib
sphinxcontrib-seqdiag
pytest-rerunfailures

0 comments on commit ae9d0c9

Please sign in to comment.