![Federico Ressi](/assets/img/avatar_default.png)
This also speedup tox env creation of 'report' and 'bindep' by skipping tox installation step. Change-Id: I76c720012ecb7e81a519c61c583ae0c73788d655
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
# Requirements file for 'report' Tox environment
|
|
|
|
junitxml>=0.7 # LGPL-3
|
|
os-testr>=1.0 # Apache-2.0
|
|
python-subunit>=1.4 ; python_version >= '3.0' # Apache-2.0
|
|
python-subunit<1.4 ; python_version < '3.0' # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|