
Requires docker==4.4.1 since version 4.4.0 can't be installed Rerun tests on integration failures Remove redundant requirements Co-Author: pini <pkomarov@redhat.com> Change-Id: I0cd54b6a9361e8e3c3205da2ba939baba2c6b1ce
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
# Unit tests requirements
|
|
|
|
ansi2html>=1.6.0 # LGPLv3+
|
|
coverage>=4.5.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
psutil>=5.7.2 # BSD
|
|
pytest>=6.0.0 # MIT
|
|
pytest-html>=3.0.0 # MPL-2.0
|
|
pytest-rerunfailures>=9.0.0 # MPL-2.0
|
|
pytest-xdist[psutil]>=2.0.0 # MIT
|