1pytest <  5.0; python_version <  '3.0'
2pytest >= 5.0; python_version >= '3.0'
3pytest-html >= 1.19.0
4
5unittest2;   python_version < '2.7'
6ordereddict; python_version < '2.7'
7
8# -- NEEDED: By some tests (as proof of concept)
9# NOTE: path.py-10.1 is required for python2.6
10# HINT: path.py => path (python-install-package was renamed for python3)
11path.py >= 11.5.0; python_version <  '3.5'
12path >= 13.1.0;    python_version >= '3.5'
13