tobiko/report-requirements.txt
Federico Ressi 5adb45c29b Make reports with python-subunit>=1.4
This also speedup tox env creation of 'report' and 'bindep'
by skipping tox installation step.

Change-Id: I76c720012ecb7e81a519c61c583ae0c73788d655
2020-04-02 09:58:17 +02:00

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